X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4736491e6207bcda53f2c5bb8c6d5a47cfc7be4d..99dbef8a63c7f0a7e78b6518293e2aac9c40a2ed:/target/linux/brcm63xx/Makefile?ds=sidebyside diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index f2df855f1..c1a1a5980 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx -FEATURES:=squashfs jffs2 usb atm -LINUX_VERSION:=2.6.27.15 +FEATURES:=squashfs jffs2 usb atm pci +LINUX_VERSION:=2.6.27.19 include $(INCLUDE_DIR)/target.mk @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += hostapd-mini define Target/Description Build firmware images for Broadcom based xDSL/routers currently supports BCM6348 and BCM6358 based devices. - (e.g. Inventel Livebox, Siemens SE515) + (e.g. Inventel Livebox, Siemens SE515, Neufbox 4) endef $(eval $(call BuildTarget))