add back the base-files/image code from brcm-2.4 to brcm47xx
authorFelix Fietkau <nbd@openwrt.org>
Sat, 26 Jun 2010 20:41:49 +0000 (20:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 26 Jun 2010 20:41:49 +0000 (20:41 +0000)
commit812f02632308229c2ed9ee56bc11adba2e3c365a
tree379da06c21f4742ad1f7bb84d24fa7960188024d
parent519b6a2f4c652a59df4fd0dacab6875976dc75bc
add back the base-files/image code from brcm-2.4 to brcm47xx

SVN-Revision: 21945
23 files changed:
target/linux/brcm47xx/base-files.mk [new file with mode: 0644]
target/linux/brcm47xx/base-files/etc/diag.sh [new file with mode: 0644]
target/linux/brcm47xx/base-files/etc/init.d/netconfig [new file with mode: 0755]
target/linux/brcm47xx/base-files/etc/init.d/wmacfixup [new file with mode: 0755]
target/linux/brcm47xx/base-files/lib/preinit/03_init_hotplug_failsafe_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/05_init_interfaces_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/20_failsafe_net_echo_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm [new file with mode: 0644]
target/linux/brcm47xx/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/brcm47xx/base-files/sbin/hotplug.failsafe [new file with mode: 0755]
target/linux/brcm47xx/image/Makefile [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/Makefile [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/Makefile [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/README [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/decompress.c [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/decompress.lds.in [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/head.S [new file with mode: 0644]
target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in [new file with mode: 0644]