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
Anton Palgunov
mkimage-profiles
Commits
b67d1782
Commit
b67d1782
authored
Sep 07, 2020
by
Ivan A. Melnikov
Committed by
Anton Midyukov
Sep 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mipsel-{bfk3,mitx}: Use alt-config-be-t
This package includes some common configuration we use for BE-T1000 based boards.
parent
54b94caa
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
12 deletions
+2
-12
config.mk
features.in/mipsel-bfk3/config.mk
+1
-0
95-sm750-seat-master.rules
.../rootfs/files/etc/udev/rules.d/95-sm750-seat-master.rules
+0
-6
config.mk
features.in/mipsel-mitx/config.mk
+1
-0
95-sm750-seat-master.rules
.../rootfs/files/etc/udev/rules.d/95-sm750-seat-master.rules
+0
-6
No files found.
features.in/mipsel-bfk3/config.mk
View file @
b67d1782
...
@@ -6,5 +6,6 @@ use/mipsel-bfk3: use/kernel use/tty/S0
...
@@ -6,5 +6,6 @@ use/mipsel-bfk3: use/kernel use/tty/S0
@$(call add,NET_ETH,eth1:dhcp)
@$(call add,NET_ETH,eth1:dhcp)
@$(call add,NET_ETH,eth2:dhcp)
@$(call add,NET_ETH,eth2:dhcp)
@$(call add,THE_PACKAGES,fbset-modes-sm750-bfk3)
@$(call add,THE_PACKAGES,fbset-modes-sm750-bfk3)
@$(call add,THE_PACKAGES,alt-config-be-t)
use/mipsel-bfk3/x11: use/mipsel-bfk3 use/x11/radeon; @:
use/mipsel-bfk3/x11: use/mipsel-bfk3 use/x11/radeon; @:
features.in/mipsel-bfk3/rootfs/files/etc/udev/rules.d/95-sm750-seat-master.rules
deleted
100644 → 0
View file @
54b94caa
# make sm750 a seat master
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
TAG+="seat" TAG+="master-of-seat"
features.in/mipsel-mitx/config.mk
View file @
b67d1782
use/mipsel-mitx: use/kernel use/tty/S0
use/mipsel-mitx: use/kernel use/tty/S0
@$(call add_feature)
@$(call add_feature)
@$(call set,KFLAVOURS,mitx-xpa)
@$(call set,KFLAVOURS,mitx-xpa)
@$(call add,THE_PACKAGES,alt-config-be-t)
use/mipsel-mitx/x11: use/mipsel-mitx
use/mipsel-mitx/x11: use/mipsel-mitx
@$(call add,THE_PACKAGES,xorg-conf-sm750-tavolga)
@$(call add,THE_PACKAGES,xorg-conf-sm750-tavolga)
features.in/mipsel-mitx/rootfs/files/etc/udev/rules.d/95-sm750-seat-master.rules
deleted
100644 → 0
View file @
54b94caa
# make sm750 a seat master
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
TAG+="seat" TAG+="master-of-seat"
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