Commit previous sync with openmamba target
This commit is contained in:
parent
3e391c693c
commit
ca0f92802a
@ -10,12 +10,12 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
||||
kernel-mamba kernel-mamba-sound kernel-mamba-wireless chromium \
|
||||
kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless
|
||||
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM): \
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
|
||||
lxde openssh-server usbutils wireless_tools screen i2c-tools \
|
||||
parted iputils file rootfiles ppp minicom chrony locales mc \
|
||||
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||
openmamba-devel timezone sudo kmod \
|
||||
timezone sudo kmod \
|
||||
liblame expect prelink NetworkManager ModemManager NetworkManager-openvpn \
|
||||
procps xorg-server x11vnc xkeyboard-config \
|
||||
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \
|
||||
|
@ -14,12 +14,12 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
||||
kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless \
|
||||
chromium
|
||||
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM): \
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools i2c-tools \
|
||||
parted iputils file rootfiles ppp minicom chrony locales mc \
|
||||
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||
openmamba-devel timezone sudo kmod \
|
||||
timezone sudo kmod \
|
||||
liblame expect prelink NetworkManager ModemManager procps \
|
||||
xorg-server x11vnc xkeyboard-config screen \
|
||||
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \
|
||||
|
@ -9,6 +9,11 @@ elif [ "$ARCH" = "i586" ]; then
|
||||
KERNEL_PLATFORM=""
|
||||
#KERNEL_ADDITIONAL="extramodules sound"
|
||||
KERNEL_MORE_EXTRAVER=mamba-64GB
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
KERNEL_EXTRAVER=mamba-x86_64
|
||||
KERNEL_PLATFORM=""
|
||||
#KERNEL_ADDITIONAL="extramodules sound"
|
||||
KERNEL_MORE_EXTRAVER=
|
||||
fi
|
||||
APPLICATION_TARGET=""
|
||||
MEDIA=archive_xz
|
||||
|
Loading…
Reference in New Issue
Block a user