projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d36998
)
brcm2708-gpu-fw: simplify target dependencies
author
John Crispin
<john@openwrt.org>
Fri, 13 Feb 2015 07:38:38 +0000
(07:38 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 13 Feb 2015 07:38:38 +0000
(07:38 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44435
package/kernel/brcm2708-gpu-fw/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/brcm2708-gpu-fw/Makefile
b/package/kernel/brcm2708-gpu-fw/Makefile
index 3fe2a7f0d8d783ac0fb0e1d3fd7fa42513d75cbc..b3936303d2655a074ec67edb50973e186743c203 100644
(file)
--- a/
package/kernel/brcm2708-gpu-fw/Makefile
+++ b/
package/kernel/brcm2708-gpu-fw/Makefile
@@
-23,9
+23,9
@@
include $(INCLUDE_DIR)/package.mk
define Package/brcm2708-gpu-fw
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@
(TARGET_brcm2708_bcm2708||TARGET_brcm2708_bcm2709)
+ DEPENDS:=@
TARGET_brcm2708
TITLE:=brcm2708-gpu-fw
- DEFAULT:=y if
(TARGET_brcm2708_bcm2708||TARGET_brcm2708_bcm2709)
+ DEFAULT:=y if
TARGET_brcm2708
endef
define Package/brcm2708-gpu-fw/description
@@
-41,4
+41,3
@@
define Build/InstallDev
endef
$(eval $(call BuildPackage,brcm2708-gpu-fw))
-