diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-18 11:50:36 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-18 11:50:36 +0000 |
commit | ca8c3e123870273a179976f01742d7462ce037d0 (patch) | |
tree | c75ab81038bf2ca2a0ec27ddddc4202494c8ca26 /target/linux/omap35xx/base-files/etc | |
parent | 5d2766e7eb9b0db33917522d2cdcc291ddbdc3f9 (diff) |
[omap35xx] Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/base-files/etc')
-rw-r--r-- | target/linux/omap35xx/base-files/etc/config/network | 14 | ||||
-rw-r--r-- | target/linux/omap35xx/base-files/etc/inittab | 7 |
2 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/omap35xx/base-files/etc/config/network b/target/linux/omap35xx/base-files/etc/config/network deleted file mode 100644 index 2ea5a4b048..0000000000 --- a/target/linux/omap35xx/base-files/etc/config/network +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface lan - option ifname usb0 - option type bridge - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 diff --git a/target/linux/omap35xx/base-files/etc/inittab b/target/linux/omap35xx/base-files/etc/inittab deleted file mode 100644 index 88567b245f..0000000000 --- a/target/linux/omap35xx/base-files/etc/inittab +++ /dev/null @@ -1,7 +0,0 @@ -::sysinit:/etc/init.d/rcS S boot -::shutdown:/etc/init.d/rcS K shutdown -tts/0::askfirst:/bin/ash --login -ttyS0::askfirst:/bin/ash --login -ttyS1::askfirst:/bin/ash --login -ttyS2::askfirst:/bin/ash --login -tty1::askfirst:/bin/ash --login |