projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move fuse from target/linux/package/ to package/, update to v2.5.3,
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
226782b
..
5e51b7e
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-20,7
+20,7
@@
UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
endif
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
endif
-CONFIG_PACKAGE_base-files$(TARGET):=
CONFIG_PACKAGE_base-files
+CONFIG_PACKAGE_base-files$(TARGET):=
$(CONFIG_PACKAGE_base-files)
define Package/base-files$(TARGET)
SECTION:=base
define Package/base-files$(TARGET)
SECTION:=base
@@
-28,12
+28,13
@@
define Package/base-files$(TARGET)
DEFAULT:=y
TITLE:=OpenWrt system scripts
DESCRIPTION:=Base filesystem for OpenWrt
DEFAULT:=y
TITLE:=OpenWrt system scripts
DESCRIPTION:=Base filesystem for OpenWrt
+ VERSION:=$(PKG_RELEASE)
endef
define Package/libgcc
SECTION:=libs
CATEGORY:=Libraries
endef
define Package/libgcc
SECTION:=libs
CATEGORY:=Libraries
- DEFAULT:=
m, y if GCC_VERSION_4_0_2 || GCC_VERSION_4_0_3 || GCC_VERSION_4_1_0
+ DEFAULT:=
y
TITLE:=GCC support library
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
DESCRIPTION:=$(TITLE)
TITLE:=GCC support library
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
DESCRIPTION:=$(TITLE)
@@
-75,7
+76,7
@@
endef
define Package/base-files$(TARGET)/install
$(call Package/base-files$(TARGET)/install-$(BOARD),$(1))
define Package/base-files$(TARGET)/install
$(call Package/base-files$(TARGET)/install-$(BOARD),$(1))
- $(CP) ./default/* $(1)
+ $(CP) ./default/* $(1)
/
if [ -d $(BOARD)-$(KERNEL) ]; then \
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
fi
if [ -d $(BOARD)-$(KERNEL) ]; then \
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
fi
This page took
0.026557 seconds
and
4
git commands to generate.