move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2005 19:58:14 +0000 (19:58 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2005 19:58:14 +0000 (19:58 +0000)
commitb401d50c8b3b367ea61af8fdf2ce44440a51a3a8
tree2127b232ba8b642de1105e7cc7f0d1c60563c4bf
parent29313d8ecfcd32a92d5e3501baf3036c863ff91a
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
46 files changed:
openwrt/Makefile
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/base-files/Makefile
openwrt/package/nvram/Makefile [new file with mode: 0644]
openwrt/package/nvram/ipkg/nvram.control [new file with mode: 0644]
openwrt/package/nvram/src/Makefile [new file with mode: 0644]
openwrt/package/nvram/src/bcmtimer.h [new file with mode: 0644]
openwrt/package/nvram/src/defaults.c [new file with mode: 0644]
openwrt/package/nvram/src/linux_timer.c [new file with mode: 0644]
openwrt/package/nvram/src/main.c [new file with mode: 0644]
openwrt/package/nvram/src/nvram_convert.c [new file with mode: 0644]
openwrt/package/nvram/src/nvram_convert.h [new file with mode: 0644]
openwrt/package/nvram/src/nvram_linux.c [new file with mode: 0644]
openwrt/package/nvram/src/shutils.c [new file with mode: 0644]
openwrt/package/nvram/src/wl.c [new file with mode: 0644]
openwrt/package/nvram/src/wl_linux.c [new file with mode: 0644]
openwrt/package/rules.mk
openwrt/package/ser/Makefile
openwrt/package/ser/ipkg/ser.control [new file with mode: 0644]
openwrt/package/ser/ser.control [deleted file]
openwrt/package/wificonf/Config.in [new file with mode: 0644]
openwrt/package/wificonf/Makefile [new file with mode: 0644]
openwrt/package/wificonf/ipkg/wificonf.control [new file with mode: 0644]
openwrt/package/wificonf/wificonf.c [new file with mode: 0644]
openwrt/rules.mk
openwrt/target/linux/linux-2.4/Makefile
openwrt/target/linux/package/Makefile
openwrt/target/linux/package/nvram/Makefile [deleted file]
openwrt/target/linux/package/nvram/ipkg/nvram.control [deleted file]
openwrt/target/linux/package/nvram/src/Makefile [deleted file]
openwrt/target/linux/package/nvram/src/bcmtimer.h [deleted file]
openwrt/target/linux/package/nvram/src/defaults.c [deleted file]
openwrt/target/linux/package/nvram/src/linux_timer.c [deleted file]
openwrt/target/linux/package/nvram/src/main.c [deleted file]
openwrt/target/linux/package/nvram/src/nvram_convert.c [deleted file]
openwrt/target/linux/package/nvram/src/nvram_convert.h [deleted file]
openwrt/target/linux/package/nvram/src/nvram_linux.c [deleted file]
openwrt/target/linux/package/nvram/src/shutils.c [deleted file]
openwrt/target/linux/package/nvram/src/wl.c [deleted file]
openwrt/target/linux/package/nvram/src/wl_linux.c [deleted file]
openwrt/target/linux/package/openwrt/Makefile
openwrt/target/linux/package/wificonf/Config.in [deleted file]
openwrt/target/linux/package/wificonf/Makefile [deleted file]
openwrt/target/linux/package/wificonf/ipkg/wificonf.control [deleted file]
openwrt/target/linux/package/wificonf/wificonf.c [deleted file]