diff options
Diffstat (limited to 'target/linux/ep93xx/base-files')
8 files changed, 223 insertions, 0 deletions
diff --git a/target/linux/ep93xx/base-files/.svn/entries b/target/linux/ep93xx/base-files/.svn/entries new file mode 100644 index 0000000..663e232 --- /dev/null +++ b/target/linux/ep93xx/base-files/.svn/entries @@ -0,0 +1,34 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ep93xx/base-files +svn://svn.openwrt.org/openwrt + + + +2012-12-19T16:07:53.948034Z +34794 +mirko + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +lib +dir + +etc +dir + diff --git a/target/linux/ep93xx/base-files/etc/.svn/entries b/target/linux/ep93xx/base-files/etc/.svn/entries new file mode 100644 index 0000000..a9690da --- /dev/null +++ b/target/linux/ep93xx/base-files/etc/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ep93xx/base-files/etc +svn://svn.openwrt.org/openwrt + + + +2010-12-13T08:01:21.821616Z +24540 +nbd + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +inittab +file + + + + +2013-03-17T12:12:48.000000Z +fb5e27d753018f4d5f92963c5694237f +2010-12-13T08:01:21.821616Z +24540 +nbd + + + + + + + + + + + + + + + + + + + + + +170 + diff --git a/target/linux/ep93xx/base-files/etc/.svn/text-base/inittab.svn-base b/target/linux/ep93xx/base-files/etc/.svn/text-base/inittab.svn-base new file mode 100644 index 0000000..9f7c0ae --- /dev/null +++ b/target/linux/ep93xx/base-files/etc/.svn/text-base/inittab.svn-base @@ -0,0 +1,5 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +tts/0::askfirst:/bin/ash --login +ttyAM0::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login diff --git a/target/linux/ep93xx/base-files/etc/inittab b/target/linux/ep93xx/base-files/etc/inittab new file mode 100644 index 0000000..9f7c0ae --- /dev/null +++ b/target/linux/ep93xx/base-files/etc/inittab @@ -0,0 +1,5 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +tts/0::askfirst:/bin/ash --login +ttyAM0::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login diff --git a/target/linux/ep93xx/base-files/lib/.svn/entries b/target/linux/ep93xx/base-files/lib/.svn/entries new file mode 100644 index 0000000..6e33d3f --- /dev/null +++ b/target/linux/ep93xx/base-files/lib/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ep93xx/base-files/lib +svn://svn.openwrt.org/openwrt + + + +2012-12-19T16:07:53.948034Z +34794 +mirko + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +preinit +dir + diff --git a/target/linux/ep93xx/base-files/lib/preinit/.svn/entries b/target/linux/ep93xx/base-files/lib/preinit/.svn/entries new file mode 100644 index 0000000..c2bb999 --- /dev/null +++ b/target/linux/ep93xx/base-files/lib/preinit/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ep93xx/base-files/lib/preinit +svn://svn.openwrt.org/openwrt + + + +2012-12-19T16:07:53.948034Z +34794 +mirko + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +05_set_ether_mac_rdc +file + + + + +2013-03-17T12:12:48.000000Z +b5e726ee61a57ef504a7098b798ae6ec +2012-12-19T16:07:53.948034Z +34794 +mirko + + + + + + + + + + + + + + + + + + + + + +212 + diff --git a/target/linux/ep93xx/base-files/lib/preinit/.svn/text-base/05_set_ether_mac_rdc.svn-base b/target/linux/ep93xx/base-files/lib/preinit/.svn/text-base/05_set_ether_mac_rdc.svn-base new file mode 100644 index 0000000..9e5d09f --- /dev/null +++ b/target/linux/ep93xx/base-files/lib/preinit/.svn/text-base/05_set_ether_mac_rdc.svn-base @@ -0,0 +1,12 @@ +#!/bin/sh +# Copyright (C) 2010 OpenWrt.org + +. /lib/functions.sh + +set_ether_mac() { + mac=$(sed -n 's/^Serial.* 000000/02/p' /proc/cpuinfo) + ifconfig eth0 hw ether $mac +} + +boot_hook_add preinit_main set_ether_mac + diff --git a/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc b/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc new file mode 100644 index 0000000..9e5d09f --- /dev/null +++ b/target/linux/ep93xx/base-files/lib/preinit/05_set_ether_mac_rdc @@ -0,0 +1,12 @@ +#!/bin/sh +# Copyright (C) 2010 OpenWrt.org + +. /lib/functions.sh + +set_ether_mac() { + mac=$(sed -n 's/^Serial.* 000000/02/p' /proc/cpuinfo) + ifconfig eth0 hw ether $mac +} + +boot_hook_add preinit_main set_ether_mac + |