move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
authorFelix Fietkau <nbd@openwrt.org>
Wed, 31 May 2006 16:01:46 +0000 (16:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 31 May 2006 16:01:46 +0000 (16:01 +0000)
commit337621e4682ad459b28f23c2cacebc29a88fbde1
treed68bde34fb72b60dfebbac350ca4de6f60de1589
parent7486d2e8d5b442143ce94c0524e86a67b5c338b9
move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling

SVN-Revision: 3864
19 files changed:
openwrt/package/rules.mk
openwrt/package/switch/Makefile [new file with mode: 0644]
openwrt/package/switch/src/Makefile [new file with mode: 0644]
openwrt/package/switch/src/etc53xx.h [new file with mode: 0644]
openwrt/package/switch/src/gpio.h [new file with mode: 0644]
openwrt/package/switch/src/switch-adm.c [new file with mode: 0644]
openwrt/package/switch/src/switch-core.c [new file with mode: 0644]
openwrt/package/switch/src/switch-core.h [new file with mode: 0644]
openwrt/package/switch/src/switch-robo.c [new file with mode: 0644]
openwrt/target/linux/package/switch/Config.in [deleted file]
openwrt/target/linux/package/switch/Makefile [deleted file]
openwrt/target/linux/package/switch/ipkg/kmod-switch.control [deleted file]
openwrt/target/linux/package/switch/src/Makefile [deleted file]
openwrt/target/linux/package/switch/src/etc53xx.h [deleted file]
openwrt/target/linux/package/switch/src/gpio.h [deleted file]
openwrt/target/linux/package/switch/src/switch-adm.c [deleted file]
openwrt/target/linux/package/switch/src/switch-core.c [deleted file]
openwrt/target/linux/package/switch/src/switch-core.h [deleted file]
openwrt/target/linux/package/switch/src/switch-robo.c [deleted file]