diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 19:09:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 19:57:06 +0200 |
commit | f849c2c83247340d623fdb549e2b75f4c1feea62 (patch) | |
tree | 2d55138ecd6dd651e2343c1642e80c29522255b4 /target/linux/mvebu/profiles/globalscale.mk | |
parent | a5a3b59bf54c72c1eea7745d7a83dfc298d4ae1e (diff) | |
download | upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.tar.gz upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.tar.bz2 upstream-f849c2c83247340d623fdb549e2b75f4c1feea62.zip |
mvebu: enable core drivers in the kernel config instead of packaging them
Simplify profile package selection
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/profiles/globalscale.mk')
-rw-r--r-- | target/linux/mvebu/profiles/globalscale.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/mvebu/profiles/globalscale.mk b/target/linux/mvebu/profiles/globalscale.mk index 7938c35be3..1b9f780e79 100644 --- a/target/linux/mvebu/profiles/globalscale.mk +++ b/target/linux/mvebu/profiles/globalscale.mk @@ -7,11 +7,7 @@ define Profile/Mirabox NAME:=Globalscale Mirabox - PACKAGES:= \ - kmod-usb3 kmod-usb-storage \ - kmod-i2c-core kmod-i2c-mv64xxx \ - kmod-rtc-marvell kmod-thermal-armada \ - kmod-gpio-button-hotplug kmod-mmc kmod-mvsdio + PACKAGES:= endef define Profile/Mirabox/Description |