move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jul 2005 19:58:14 +0000 (19:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jul 2005 19:58:14 +0000 (19:58 +0000)
commit910f49d7b9c08f9745bd5eb60cfb800c940899c3
tree2127b232ba8b642de1105e7cc7f0d1c60563c4bf
parent725321d472f211acae0b67a1f041a7144a86fe9d
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess

SVN-Revision: 1540
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]