Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
f42afceb
Unverified
Commit
f42afceb
authored
7 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
modules: update LEDE
parent
1690b51d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules
+1
-1
1 addition, 1 deletion
modules
patches/lede/0017-procd-remove-procd-nand-package.patch
+7
-7
7 additions, 7 deletions
patches/lede/0017-procd-remove-procd-nand-package.patch
with
8 additions
and
8 deletions
modules
+
1
−
1
View file @
f42afceb
...
@@ -2,7 +2,7 @@ GLUON_FEEDS='openwrt gluon routing luci'
...
@@ -2,7 +2,7 @@ GLUON_FEEDS='openwrt gluon routing luci'
LEDE_REPO=https://git.lede-project.org/source.git
LEDE_REPO=https://git.lede-project.org/source.git
LEDE_BRANCH=lede-17.01
LEDE_BRANCH=lede-17.01
LEDE_COMMIT=
65eec8bd5f6337956b972d07fde49eb5db9cb4a0
LEDE_COMMIT=
8d3d7f6b52f5dd43866f0674bf32800a8233c358
PACKAGES_OPENWRT_REPO=https://github.com/openwrt/packages.git
PACKAGES_OPENWRT_REPO=https://github.com/openwrt/packages.git
PACKAGES_OPENWRT_BRANCH=lede-17.01
PACKAGES_OPENWRT_BRANCH=lede-17.01
...
...
This diff is collapsed.
Click to expand it.
patches/lede/0017-procd-remove-procd-nand-package.patch
+
7
−
7
View file @
f42afceb
...
@@ -12,21 +12,21 @@ as a separate package.
...
@@ -12,21 +12,21 @@ as a separate package.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index
ac3fe2f52b4863260a2e8efa58dac5da6bbb9ec1..4cc3e5079b9cf25909acef92526753945ba5f9de
100644
index
305d0bfd333fd17f0f7c57ee2298dbfd4b97fe29..fe4430d59092dae9ba2ffbea61f58ac7b4b41dc6
100644
--- a/package/base-files/Makefile
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -18,7 +18,9 @@
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@ -19,7 +19,9 @@
PKG_BUILD_DEPENDS:=usign/host
PKG_BUILD_DEPENDS:=usign/host
PKG_LICENSE:=GPL-2.0
PKG_LICENSE:=GPL-2.0
-PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE
# Extend depends from version.mk
+PKG_CONFIG_DEPENDS := \
-PKG_CONFIG_DEPENDS += CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE
+PKG_CONFIG_DEPENDS += \
+ CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE \
+ CONFIG_SIGNED_PACKAGES CONFIG_TARGET_INIT_PATH CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE \
+ CONFIG_NAND_SUPPORT
+ CONFIG_NAND_SUPPORT
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@ -3
0
,7 +3
2
,7 @@
endif
@@ -3
1
,7 +3
3
,7 @@
endif
define Package/base-files
define Package/base-files
SECTION:=base
SECTION:=base
CATEGORY:=Base system
CATEGORY:=Base system
...
@@ -35,7 +35,7 @@ index ac3fe2f52b4863260a2e8efa58dac5da6bbb9ec1..4cc3e5079b9cf25909acef9252675394
...
@@ -35,7 +35,7 @@ index ac3fe2f52b4863260a2e8efa58dac5da6bbb9ec1..4cc3e5079b9cf25909acef9252675394
TITLE:=Base filesystem for Lede
TITLE:=Base filesystem for Lede
URL:=http://openwrt.org/
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REVISION)
VERSION:=$(PKG_RELEASE)-$(REVISION)
@@ -10
5
,9 +10
7
,16 @@
ifdef CONFIG_SIGNED_PACKAGES
@@ -10
6
,9 +10
8
,16 @@
ifdef CONFIG_SIGNED_PACKAGES
endef
endef
endif
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment