summaryrefslogtreecommitdiff
path: root/target/linux/omap35xx/beagleboard
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-05-18 11:50:36 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-05-18 11:50:36 +0000
commite7dfadd012b0bcafce5ff4de23782d0c3d9acbdd (patch)
tree54d0b4a7146f0175cba9e3bd2b1ddf5879c51d75 /target/linux/omap35xx/beagleboard
parented8f726dabb07a11215c692b0887a14d8f2b55e4 (diff)
downloadmtk-20170518-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.zip
mtk-20170518-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.tar.gz
mtk-20170518-e7dfadd012b0bcafce5ff4de23782d0c3d9acbdd.tar.bz2
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/network14
-rw-r--r--target/linux/omap35xx/beagleboard/base-files/etc/inittab7
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 0000000..2ea5a4b
--- /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 0000000..88567b2
--- /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