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
3bb809f
..
69f1e77
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=2
1
+PKG_RELEASE:=2
3
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@
-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.025902 seconds
and
4
git commands to generate.