rootfs: x86_64 support

rootfs, rootfs-light: install openmamba-devel only if in devel
This commit is contained in:
Silvan Calarco 2014-08-21 19:38:08 +02:00
parent 2287bfb7cb
commit ed400fd40c
3 changed files with 9 additions and 4 deletions

View File

@ -10,12 +10,12 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
kernel-mamba kernel-mamba-sound kernel-mamba-wireless chromium \ kernel-mamba kernel-mamba-sound kernel-mamba-wireless chromium \
kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless 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 \ lxde openssh-server usbutils wireless_tools screen i2c-tools \
parted iputils file rootfiles ppp minicom chrony locales mc \ parted iputils file rootfiles ppp minicom chrony locales mc \
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \ man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \ openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
openmamba-devel timezone sudo kmod \ timezone sudo kmod \
liblame expect prelink NetworkManager ModemManager NetworkManager-openvpn \ liblame expect prelink NetworkManager ModemManager NetworkManager-openvpn \
procps xorg-server x11vnc xkeyboard-config \ procps xorg-server x11vnc xkeyboard-config \
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \ xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \

View File

@ -14,12 +14,12 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless \ kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless \
chromium chromium
$(MAKEDIST_TARGET)-$(PLATFORM): \ $(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
$(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools i2c-tools \ $(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools i2c-tools \
parted iputils file rootfiles ppp minicom chrony locales mc \ parted iputils file rootfiles ppp minicom chrony locales mc \
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \ man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \ openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
openmamba-devel timezone sudo kmod \ timezone sudo kmod \
liblame expect prelink NetworkManager ModemManager procps \ liblame expect prelink NetworkManager ModemManager procps \
xorg-server x11vnc xkeyboard-config screen \ xorg-server x11vnc xkeyboard-config screen \
xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \ xorg-drv-input-tslib xcursor-transparent-theme rpm smart xdg-utils \

View File

@ -9,6 +9,11 @@ elif [ "$ARCH" = "i586" ]; then
KERNEL_PLATFORM="" KERNEL_PLATFORM=""
#KERNEL_ADDITIONAL="extramodules sound" #KERNEL_ADDITIONAL="extramodules sound"
KERNEL_MORE_EXTRAVER=mamba-64GB 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 fi
APPLICATION_TARGET="" APPLICATION_TARGET=""
MEDIA=archive_xz MEDIA=archive_xz