diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-18 22:33:50 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-18 22:33:50 +0000 |
commit | c1ea714d4391d60b76179b6c0a71f81acbc6c0a5 (patch) | |
tree | ddd2df8751bcc73b192dae4cb03db75f7299214d /target/linux/brcm63xx/profiles | |
parent | 2f49517c2fbb74ff38488698570fba96da0e6db9 (diff) | |
download | upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.tar.gz upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.tar.bz2 upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.zip |
brcm63xx: BCM963268BU_P300 reference board fixes
- Fix profile name.
- Rremove whitespace on board patch.
- Refresh patches.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45499
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/broadcom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/broadcom.mk b/target/linux/brcm63xx/profiles/broadcom.mk index a8d8bfbac8..8a06a2db0b 100644 --- a/target/linux/brcm63xx/profiles/broadcom.mk +++ b/target/linux/brcm63xx/profiles/broadcom.mk @@ -24,7 +24,7 @@ endef $(eval $(call Profile,BCM96318REF_P300)) define Profile/BCM963268BU_P300 - NAME:=Broadcom BCM96328BU_P300 reference board + NAME:=Broadcom BCM963268BU_P300 reference board PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc endef define Profile/BCM963268BU_P300/Description |