add buildroot-ng support to the whiterussian sdk
authorFelix Fietkau <nbd@openwrt.org>
Tue, 18 Jul 2006 20:01:03 +0000 (20:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 18 Jul 2006 20:01:03 +0000 (20:01 +0000)
commitb44c8b273badeef71bd53f8214a9de8c95e127bd
treea8c30b9e87fc78cfdc05ece3551f877f68a3c8ea
parent7457746aae53fa40d01eaa3782250591302a0abd
add buildroot-ng support to the whiterussian sdk

SVN-Revision: 4157
25 files changed:
openwrt/package/rules.mk
openwrt/package/sdk/Makefile
openwrt/package/sdk/files/Makefile [new file with mode: 0644]
openwrt/package/sdk/files/Makefile.sdk [deleted file]
openwrt/package/sdk/files/depend.mk [deleted file]
openwrt/package/sdk/files/include/host-build.mk [new file with mode: 0644]
openwrt/package/sdk/files/include/image.mk [new file with mode: 0644]
openwrt/package/sdk/files/include/netfilter.mk [new file with mode: 0644]
openwrt/package/sdk/files/include/package.mk [new file with mode: 0644]
openwrt/package/sdk/files/include/target.mk [new file with mode: 0644]
openwrt/package/sdk/files/include/verbose.mk [new file with mode: 0644]
openwrt/package/sdk/files/package/Makefile [new file with mode: 0644]
openwrt/package/sdk/files/package/depend.mk [new file with mode: 0644]
openwrt/package/sdk/files/rules.mk [new file with mode: 0644]
openwrt/package/sdk/files/scripts/configtest.pl [new file with mode: 0755]
openwrt/package/sdk/files/scripts/download.pl [new file with mode: 0755]
openwrt/package/sdk/files/scripts/flash.sh [new file with mode: 0644]
openwrt/package/sdk/files/scripts/gen_busybox_config.pl [new file with mode: 0755]
openwrt/package/sdk/files/scripts/gen_deps.pl [new file with mode: 0755]
openwrt/package/sdk/files/scripts/gen_menuconfig.pl [new file with mode: 0755]
openwrt/package/sdk/files/scripts/ipkg [new file with mode: 0755]
openwrt/package/sdk/files/scripts/make-ipkg-dir.sh [new file with mode: 0755]
openwrt/package/sdk/files/scripts/patch-kernel.sh [new file with mode: 0755]
openwrt/package/sdk/files/scripts/rstrip.sh [new file with mode: 0755]
openwrt/package/sdk/files/scripts/timestamp.pl [new file with mode: 0755]