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.
This commit is contained in:
Matthias Schiffer 2015-07-12 18:46:30 +02:00
parent 88ed124d5e
commit 7d7c093007
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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))