mipsel-{bfk3,mitx}: Use alt-config-be-t

This package includes some common configuration
we use for BE-T1000 based boards.
This commit is contained in:
Ivan A. Melnikov 2020-09-07 15:07:07 +04:00 committed by Anton Midyukov
parent 54b94caad6
commit b67d1782c0
4 changed files with 2 additions and 12 deletions

View File

@ -6,5 +6,6 @@ use/mipsel-bfk3: use/kernel use/tty/S0
@$(call add,NET_ETH,eth1:dhcp)
@$(call add,NET_ETH,eth2:dhcp)
@$(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; @:

View File

@ -1,6 +0,0 @@
# 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"

View File

@ -1,6 +1,7 @@
use/mipsel-mitx: use/kernel use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,mitx-xpa)
@$(call add,THE_PACKAGES,alt-config-be-t)
use/mipsel-mitx/x11: use/mipsel-mitx
@$(call add,THE_PACKAGES,xorg-conf-sm750-tavolga)

View File

@ -1,6 +0,0 @@
# 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"