diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-01 22:42:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-01 22:42:20 +0100 |
commit | d9730197219dda09ba7a0d5321c399e0d11d23e7 (patch) | |
tree | 25e92753ba3a5beeb2785fe9508bdafa11538ea2 /target/rb532 | |
parent | b252f7521306c28b8c46f3981cf4ea26d7993625 (diff) |
fix ipkg and ipkg tools, consolidate mdev.conf
cpio under macosx or bsd creates tar archives via
stdin while using find . with leading ./.
heirloom cpio shipped with OpenADK does remove the
leading ./. Adopt ipkg busybox applet to work
without ./. Fix ipkg-build to be faster and to use
included cpio for inner tar creation.
Dependency to GNU tar can now be dropped.
Diffstat (limited to 'target/rb532')
-rw-r--r-- | target/rb532/files/etc/mdev.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/rb532/files/etc/mdev.conf b/target/rb532/files/etc/mdev.conf deleted file mode 100644 index a8b87c84c..000000000 --- a/target/rb532/files/etc/mdev.conf +++ /dev/null @@ -1,11 +0,0 @@ -rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc -tun 0:0 660 >net/tun -device-mapper 0:0 660 @mkdir /dev/mapper -null 0:0 777 -zero 0:0 666 -u?random 0:0 644 -console 0:0 0600 -ptmx 0:0 666 -tty 0:0 666 -ttyS* 0:0 640 -.* 0:0 644 @/lib/mdev/init |