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/plathome.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/plathome.mk')
-rw-r--r-- | target/linux/mvebu/profiles/plathome.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/mvebu/profiles/plathome.mk b/target/linux/mvebu/profiles/plathome.mk index 63cdb71139..02503a190a 100644 --- a/target/linux/mvebu/profiles/plathome.mk +++ b/target/linux/mvebu/profiles/plathome.mk @@ -7,11 +7,7 @@ define Profile/OpenBlocks-AX-3-4 NAME:=Plat'Home OpenBlocks AX3 - PACKAGES:= \ - kmod-usb2 kmod-usb-storage \ - kmod-i2c-core kmod-i2c-mv64xxx \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-rtc-marvell kmod-thermal-armada + PACKAGES:= endef define Profile/OpenBlocks-AX-3-4/Description |