projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tools] fix segfault when using the maxlen argument (#4359)
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
f9ad4e7
..
69f1e77
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-74,7
+74,7
@@
endef
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
- DEPENDS+=@!
TARGET_avr32
+ DEPENDS+=@!
(TARGET_avr32||TARGET_coldfire)
endef
define Package/libssp
endef
define Package/libssp
This page took
0.022928 seconds
and
4
git commands to generate.