brcm47xx/bcm53xx: improve description
[openwrt/staging/chunkeey.git] / target / linux / bcm53xx / Makefile
index 1c6a916078f72ba8582303af6194cd70fd459882..f9d7e32454be935f2cf9e7927b5bfc4220180198 100644 (file)
@@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=arm
 BOARD:=bcm53xx
-BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU
+BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
 FEATURES:=squashfs usb pci pcie gpio
 MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
 CPU_TYPE:=cortex-a9
 
-LINUX_VERSION:=3.10.44
+LINUX_VERSION:=3.14.16
 
 include $(INCLUDE_DIR)/target.mk
 
@@ -23,6 +23,6 @@ endef
 
 KERNELNAME:="zImage dtbs"
 
-DEFAULT_PACKAGES += swconfig
+DEFAULT_PACKAGES += swconfig wpad-mini
 
 $(eval $(call BuildTarget))