Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
6e82876a
You need to sign in or sign up before continuing.
Commit
6e82876a
authored
Apr 18, 2022
by
Mikhail Efremov
Committed by
Anton Midyukov
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Use std-def kernel
After discussion use std-def for now. This reverts commit
f488e3ec
.
parent
beaf6fef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
slinux.mk
conf.d/slinux.mk
+1
-1
config.mk
features.in/slinux/config.mk
+1
-1
No files found.
conf.d/slinux.mk
View file @
6e82876a
...
...
@@ -19,7 +19,7 @@ endif
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call set,KFLAVOURS,
un
-def)
@$(call set,KFLAVOURS,
std
-def)
endif
endif
...
...
features.in/slinux/config.mk
View file @
6e82876a
...
...
@@ -88,7 +88,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_LISTS,$(call tags,xscreensaver && (base || desktop)))
endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,
un
-def)
@$(call set,KFLAVOURS,
std
-def)
endif
use/slinux/live: use/live/x11 use/live/rw \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment