kirkwood: enable SoC drivers in the kernel config
[lede-git/.git] / target / linux / kirkwood / profiles / 120-plug.mk
index 96ce7fc5d5e6eaed9d64a7782c6abdc65131d39c..0512aff4503135c2a642107011f11b795ecbcc77 100644 (file)
@@ -10,16 +10,13 @@ define Profile/SHEEVAPLUG
   PACKAGES:= \
        kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
        kmod-i2c-core kmod-i2c-mv64xxx \
-       kmod-ata-core uboot-envtools
+       kmod-ata-core
 endef
 
 define Profile/SHEEVAPLUG/Description
  Package set compatible with Globalscale Technologies SheevaPlug board.
 endef
 
-SHEEVAPLUG_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-SHEEVAPLUG_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
 $(eval $(call Profile,SHEEVAPLUG))
 
 define Profile/SHEEVAPLUGSATA
@@ -27,17 +24,13 @@ define Profile/SHEEVAPLUGSATA
   PACKAGES:= \
        kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
        kmod-i2c-core kmod-i2c-mv64xxx \
-       kmod-ata-core kmod-ata-marvell-sata \
-       uboot-envtools
+       kmod-ata-core kmod-ata-marvell-sata
 endef
 
 define Profile/SHEEVAPLUGSATA/Description
  Package set compatible with Globalscale Technologies eSATA SheevaPlug board.
 endef
 
-SHEEVAPLUGSATA_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-SHEEVAPLUGSATA_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
 $(eval $(call Profile,SHEEVAPLUGSATA))
 
 define Profile/GuruplugServerPlus
@@ -47,16 +40,13 @@ define Profile/GuruplugServerPlus
        kmod-i2c-core kmod-i2c-mv64xxx \
        kmod-ata-core kmod-ata-marvell-sata \
        kmod-btmrvl kmod-btmrvl-sdio kmod-libertas kmod-libertas-sdio \
-       uboot-envtools wpad-mini
+       wpad-mini
 endef
 
 define Profile/GuruplugServerPlus/Description
  Package set compatible with Globalscale Technologies Guruplug Server Plus board.
 endef
 
-GuruplugServerPlus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-GuruplugServerPlus_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
 $(eval $(call Profile,GuruplugServerPlus))
 
 define Profile/Topkick1281P2
@@ -64,15 +54,11 @@ define Profile/Topkick1281P2
   PACKAGES:= \
        kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
        kmod-i2c-core kmod-i2c-mv64xxx \
-       kmod-ata-core kmod-ata-marvell-sata \
-       uboot-envtools
+       kmod-ata-core kmod-ata-marvell-sata
 endef
 
 define Profile/Topkick1281P2/Description
  Package set compatible with Univeral Scientific Industrial Co. Topkick-1281P2 board.
 endef
 
-Topkick1281P2_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-Topkick1281P2_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
 $(eval $(call Profile,Topkick1281P2))