diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-06 15:09:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-06 15:09:47 +0000 |
commit | 5154270694c406891585b7c35f2c3293bc86e601 (patch) | |
tree | 266eceec361f5bc7f9392d54303a65042fbbcc44 /target/linux/orion/Makefile | |
parent | 82b3e879d4dab55ad16fa2c1872b43b3684f8d62 (diff) | |
download | upstream-5154270694c406891585b7c35f2c3293bc86e601.tar.gz upstream-5154270694c406891585b7c35f2c3293bc86e601.tar.bz2 upstream-5154270694c406891585b7c35f2c3293bc86e601.zip |
orion: debloat the kernel some more
SVN-Revision: 35023
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index b81c4f5cca..2a24cdb95a 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini +DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208 $(eval $(call BuildTarget)) |