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)
commit8ca5c4f6fe29817bdb9383845649b67be96d1ad0
treecb46f55dba80fbd1e69793b0331dce3596b03275
parent24d32fce068d781e66fdd70e7dfb0dae0fdace7f
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]