move nvram,jffs2root,shared libs into target/linux/package and make them broadcom...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 11:45:36 +0000 (11:45 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 11:45:36 +0000 (11:45 +0000)
commitdba6e9388f105f78f3ec6448f6456e9368266a9a
treec7e4e5abb560ab0ba739d5cb144b6848ff85fcec
parentb3c393cfc49f0769e199ddacbce9d726a1408b91
move nvram,jffs2root,shared libs into target/linux/package and make them broadcom-specific

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1517 3c298f89-4303-0410-b956-a3cf2f4a3e73
59 files changed:
openwrt/package/Makefile
openwrt/package/openwrt/Makefile [deleted file]
openwrt/package/openwrt/include/bcmnvram.h [deleted file]
openwrt/package/openwrt/include/bcmutils.h [deleted file]
openwrt/package/openwrt/include/cy_conf.h [deleted file]
openwrt/package/openwrt/include/epivers.h [deleted file]
openwrt/package/openwrt/include/proto/802.11.h [deleted file]
openwrt/package/openwrt/include/proto/ethernet.h [deleted file]
openwrt/package/openwrt/include/shutils.h [deleted file]
openwrt/package/openwrt/include/typedefs.h [deleted file]
openwrt/package/openwrt/include/utils.h [deleted file]
openwrt/package/openwrt/include/wlcompat.h [deleted file]
openwrt/package/openwrt/include/wlioctl.h [deleted file]
openwrt/package/openwrt/include/wlutils.h [deleted file]
openwrt/package/openwrt/jffs2root.c [deleted file]
openwrt/package/openwrt/libnvram/Makefile [deleted file]
openwrt/package/openwrt/libnvram/main.c [deleted file]
openwrt/package/openwrt/libnvram/nvram_convert.c [deleted file]
openwrt/package/openwrt/libnvram/nvram_convert.h [deleted file]
openwrt/package/openwrt/libnvram/nvram_linux.c [deleted file]
openwrt/package/openwrt/libshared/Makefile [deleted file]
openwrt/package/openwrt/libshared/bcmtimer.h [deleted file]
openwrt/package/openwrt/libshared/defaults.c [deleted file]
openwrt/package/openwrt/libshared/linux_timer.c [deleted file]
openwrt/package/openwrt/libshared/shutils.c [deleted file]
openwrt/package/openwrt/libshared/wl.c [deleted file]
openwrt/package/openwrt/libshared/wl_linux.c [deleted file]
openwrt/package/openwrt/mtd.c [deleted file]
openwrt/package/openwrt/openwrt-utils.control [deleted file]
openwrt/target/linux/package/Makefile
openwrt/target/linux/package/nvram/Makefile [new file with mode: 0644]
openwrt/target/linux/package/nvram/ipkg/nvram.control [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/Makefile [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/bcmtimer.h [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/defaults.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/linux_timer.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/main.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/nvram_convert.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/nvram_convert.h [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/nvram_linux.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/shutils.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/wl.c [new file with mode: 0644]
openwrt/target/linux/package/nvram/src/wl_linux.c [new file with mode: 0644]
openwrt/target/linux/package/openwrt/Makefile [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/bcmnvram.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/bcmutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/cy_conf.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/epivers.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/proto/802.11.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/proto/ethernet.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/shutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/typedefs.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/utils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlcompat.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlioctl.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/ipkg/openwrt-utils.control [new file with mode: 0644]
openwrt/target/linux/package/openwrt/jffs2root.c [new file with mode: 0644]
openwrt/target/linux/package/wlcompat/Makefile