diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-19 16:00:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-19 16:00:20 +0000 |
commit | 38719a402c28d59d16653fa62e1156b9e5a1ff52 (patch) | |
tree | 403f6aa296dab1969b3b08eb454dab63a20fa1e7 /target | |
parent | a66d3dd9d2556aec2f3734494e666745372661b3 (diff) | |
download | upstream-38719a402c28d59d16653fa62e1156b9e5a1ff52.tar.gz upstream-38719a402c28d59d16653fa62e1156b9e5a1ff52.tar.bz2 upstream-38719a402c28d59d16653fa62e1156b9e5a1ff52.zip |
revert 8059, via-rhine is built in the kernel
SVN-Revision: 8061
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rb532-2.6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile index 1898e3f902..fecbac2c7c 100644 --- a/target/linux/rb532-2.6/Makefile +++ b/target/linux/rb532-2.6/Makefile @@ -17,6 +17,5 @@ include $(INCLUDE_DIR)/kernel-build.mk # include the profiles -include profiles/*.mk -DEFAULT_PACKAGES += kmod-via-rhine $(eval $(call BuildKernel)) |