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 | e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd (patch) | |
tree | 54d0b4a7146f0175cba9e3bd2b1ddf5879c51d75 /target/linux/omap35xx/beagleboard | |
parent | ed8f726dabb07a11215c692b0887a14d8f2b55e4 (diff) | |
download | upstream-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.tar.gz upstream-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.tar.bz2 upstream-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.zip |
Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.sh
SVN-Revision: 26932
Diffstat (limited to 'target/linux/omap35xx/beagleboard')
-rw-r--r-- | target/linux/omap35xx/beagleboard/base-files/etc/config/network | 14 | ||||
-rw-r--r-- | target/linux/omap35xx/beagleboard/base-files/etc/inittab | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/omap35xx/beagleboard/base-files/etc/config/network b/target/linux/omap35xx/beagleboard/base-files/etc/config/network new file mode 100644 index 0000000000..2ea5a4b048 --- /dev/null +++ b/target/linux/omap35xx/beagleboard/base-files/etc/config/network @@ -0,0 +1,14 @@ +# 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/beagleboard/base-files/etc/inittab b/target/linux/omap35xx/beagleboard/base-files/etc/inittab new file mode 100644 index 0000000000..88567b245f --- /dev/null +++ b/target/linux/omap35xx/beagleboard/base-files/etc/inittab @@ -0,0 +1,7 @@ +::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 |