From 7d7c093007fabfdad890fe5976e476ed25bce57f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 12 Jul 2015 18:46:30 +0200 Subject: [PATCH] brcm2708-bcm2708/-bcm2709: remove unnecessary package list These packages are included by OpenWrt by default on this target and don't need to be specified manually. --- targets/brcm2708-bcm2708/profiles.mk | 2 +- targets/brcm2708-bcm2709/profiles.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/brcm2708-bcm2708/profiles.mk b/targets/brcm2708-bcm2708/profiles.mk index 7aa5efaa..8aedd810 100644 --- a/targets/brcm2708-bcm2708/profiles.mk +++ b/targets/brcm2708-bcm2708/profiles.mk @@ -1,4 +1,4 @@ -$(eval $(call GluonProfile,RaspberryPi,brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835)) +$(eval $(call GluonProfile,RaspberryPi)) $(eval $(call GluonProfileFactorySuffix,RaspberryPi,-vfat-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,RaspberryPi)) $(eval $(call GluonModel,RaspberryPi,sdcard,raspberry-pi)) diff --git a/targets/brcm2708-bcm2709/profiles.mk b/targets/brcm2708-bcm2709/profiles.mk index 5c06814c..64f6168e 100644 --- a/targets/brcm2708-bcm2709/profiles.mk +++ b/targets/brcm2708-bcm2709/profiles.mk @@ -1,4 +1,4 @@ -$(eval $(call GluonProfile,RaspberryPi2,brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835)) +$(eval $(call GluonProfile,RaspberryPi2)) $(eval $(call GluonProfileFactorySuffix,RaspberryPi2,-vfat-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,RaspberryPi2)) $(eval $(call GluonModel,RaspberryPi2,sdcard,raspberry-pi-2))