diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-05-18 11:50:36 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-05-18 11:50:36 +0000 |
commit | 994f5af4f0a1e203b6d70622767bfd362ace772a (patch) | |
tree | c75ab81038bf2ca2a0ec27ddddc4202494c8ca26 /target/linux/omap35xx/base-files | |
parent | d68b4d1be6e07aafe09635ce06218923183bbea0 (diff) | |
download | upstream-994f5af4f0a1e203b6d70622767bfd362ace772a.tar.gz upstream-994f5af4f0a1e203b6d70622767bfd362ace772a.tar.bz2 upstream-994f5af4f0a1e203b6d70622767bfd362ace772a.zip |
[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')
-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 |