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 | 009b82e8ef3dedb2ff0534e2219f5b137a5da2b6 (patch) | |
tree | d8e39768eb68ac399a5f0c920d1d83587ec6f49f /target/linux/orion/Makefile | |
parent | ab3ff6e46b8b7ef5436f80cc1804b1f97338dc8e (diff) | |
download | upstream-009b82e8ef3dedb2ff0534e2219f5b137a5da2b6.tar.gz upstream-009b82e8ef3dedb2ff0534e2219f5b137a5da2b6.tar.bz2 upstream-009b82e8ef3dedb2ff0534e2219f5b137a5da2b6.zip |
orion: debloat the kernel some more
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35023 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |