build system cleanup. move shared include files into $(TOPDIR)/include, move lzma...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 21 Jun 2006 02:16:37 +0000 (02:16 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 21 Jun 2006 02:16:37 +0000 (02:16 +0000)
commit4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18
tree379281bd9ec7a759ee793459a5b441d36ccbb5be
parent99bc02a12be0b7725b2917e2b25c25e446f67717
build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/

SVN-Revision: 4032
92 files changed:
openwrt/include/image.mk [new file with mode: 0644]
openwrt/include/kernel-build.mk [new file with mode: 0644]
openwrt/include/kernel.mk [new file with mode: 0644]
openwrt/include/modules-2.4.mk [new file with mode: 0644]
openwrt/include/modules-2.6.mk [new file with mode: 0644]
openwrt/include/netfilter.mk [new file with mode: 0644]
openwrt/include/package.mk [new file with mode: 0644]
openwrt/package/alsa/Makefile
openwrt/package/base-files/Makefile
openwrt/package/bridge/Makefile
openwrt/package/broadcom-wl/Makefile
openwrt/package/busybox/Makefile
openwrt/package/diag/Makefile
openwrt/package/dnsmasq/Makefile
openwrt/package/dropbear/Makefile
openwrt/package/ebtables/Makefile
openwrt/package/fuse/Makefile
openwrt/package/haserl/Makefile
openwrt/package/hostap/Makefile
openwrt/package/hostapd/Makefile
openwrt/package/iproute2/Makefile
openwrt/package/ipsec-tools/Makefile
openwrt/package/ipset/Makefile
openwrt/package/iptables/Makefile
openwrt/package/kernel.mk [deleted file]
openwrt/package/libpcap/Makefile
openwrt/package/linux-atm/Makefile
openwrt/package/madwifi/Makefile
openwrt/package/mini_fo/Makefile
openwrt/package/mtd/Makefile
openwrt/package/nvram/Makefile
openwrt/package/openssl/Makefile
openwrt/package/openswan/Makefile
openwrt/package/pcmcia-cs/Makefile
openwrt/package/ppp/Makefile
openwrt/package/pptp/Makefile
openwrt/package/robocfg/Makefile
openwrt/package/rules.mk [deleted file]
openwrt/package/shfs/Makefile
openwrt/package/spca5xx/Makefile
openwrt/package/switch/Makefile
openwrt/package/udev/Makefile
openwrt/package/ueagle-atm/Makefile
openwrt/package/util-linux/Makefile
openwrt/package/wireless-tools/Makefile
openwrt/package/wlcompat/Makefile
openwrt/package/zd1211/Makefile
openwrt/package/zlib/Makefile
openwrt/target/Makefile
openwrt/target/linux/Config.in
openwrt/target/linux/Makefile
openwrt/target/linux/ar531x-2.4/Makefile
openwrt/target/linux/ar7-2.4/Makefile
openwrt/target/linux/aruba-2.6/Makefile
openwrt/target/linux/au1000-2.6/Makefile
openwrt/target/linux/brcm-2.4/Makefile
openwrt/target/linux/brcm-2.6/Makefile
openwrt/target/linux/generic-2.4/modules.mk [deleted file]
openwrt/target/linux/generic-2.6/modules.mk [deleted file]
openwrt/target/linux/image/ar7/Makefile
openwrt/target/linux/image/aruba/Makefile
openwrt/target/linux/image/au1000/Makefile
openwrt/target/linux/image/brcm/Makefile
openwrt/target/linux/image/generic/Makefile
openwrt/target/linux/image/image.mk [deleted file]
openwrt/target/linux/image/jffs2.mk [deleted file]
openwrt/target/linux/image/jffs2/Makefile [deleted file]
openwrt/target/linux/image/jffs2/patches/gcc4-fix.patch [deleted file]
openwrt/target/linux/image/rb532/Makefile
openwrt/target/linux/image/squashfs.mk [deleted file]
openwrt/target/linux/image/squashfs/Makefile [deleted file]
openwrt/target/linux/image/squashfs/patches/100-lzma.patch [deleted file]
openwrt/target/linux/image/tgz.mk [deleted file]
openwrt/target/linux/image/x86/Makefile
openwrt/target/linux/image/xscale/Makefile
openwrt/target/linux/kernel.mk [deleted file]
openwrt/target/linux/netfilter.mk [deleted file]
openwrt/target/linux/rb532-2.6/Makefile
openwrt/target/linux/rules.mk [deleted file]
openwrt/target/linux/sibyte-2.6/Makefile
openwrt/target/linux/x86-2.4/Makefile
openwrt/target/linux/x86-2.6/Makefile
openwrt/target/linux/xscale-2.6/Makefile
openwrt/target/lzma/Makefile [deleted file]
openwrt/target/lzma/lzma-zlib.patch [deleted file]
openwrt/toolchain/Makefile
openwrt/toolchain/jffs2/Makefile [new file with mode: 0644]
openwrt/toolchain/jffs2/patches/100-gcc4_fix.patch [new file with mode: 0644]
openwrt/toolchain/lzma/Makefile [new file with mode: 0644]
openwrt/toolchain/lzma/patches/100-lzma_zlib.patch [new file with mode: 0644]
openwrt/toolchain/squashfs/Makefile [new file with mode: 0644]
openwrt/toolchain/squashfs/patches/100-lzma.patch [new file with mode: 0644]