mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
kernel: drop arm-versatile.
No one use this kernel because it make not much sense to use an emulated IPFire-arm on qemu.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +0,0 @@
|
||||
boot/System.map-KVER-ipfire-versatile
|
||||
boot/config-KVER-ipfire-versatile
|
||||
boot/vmlinuz-KVER-ipfire-versatile
|
||||
boot/ipfirerd-KVER-versatile.img
|
||||
lib/modules/KVER-ipfire-versatile
|
||||
@@ -92,8 +92,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
# needed.
|
||||
|
||||
ifeq "$(MACHINE_TYPE)" "arm"
|
||||
# versatile kernel
|
||||
/sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER)-versatile.img $(KVER)-ipfire-versatile
|
||||
# kirkwood kernel
|
||||
/sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER)-kirkwood.img $(KVER)-ipfire-kirkwood
|
||||
cd /boot && mkimage -A arm -T ramdisk -C lzma -d ipfirerd-$(KVER)-kirkwood.img uInit-ipfire-kirkwood
|
||||
|
||||
@@ -188,16 +188,11 @@ ifeq "$(KCFG)" "-rpi"
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" zImage
|
||||
cd /boot && cat first32k.bin $(DIR_APP)/arch/arm/boot/Image > kernel.img
|
||||
cd $(DIR_APP) && cp -v /boot/kernel.img /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
else
|
||||
ifeq "$(KCFG)" "-versatile"
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" zImage
|
||||
cd $(DIR_APP) && cp -v arch/arm/boot/zImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
else
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
|
||||
cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX)
|
||||
cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX)
|
||||
|
||||
@@ -201,15 +201,10 @@ ifeq "$(KCFG)" "-kirkwood"
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" uImage
|
||||
cd $(DIR_APP) && cp -v arch/arm/boot/uImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
cd $(DIR_APP) && cp -v arch/arm/boot/uImage /boot/uImage-$(VERSUFIX)
|
||||
else
|
||||
ifeq "$(KCFG)" "-versatile"
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" zImage
|
||||
cd $(DIR_APP) && cp -v arch/arm/boot/zImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
else
|
||||
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
|
||||
cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX)
|
||||
cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX)
|
||||
|
||||
14
make.sh
14
make.sh
@@ -463,20 +463,6 @@ buildipfire() {
|
||||
# ipfiremake e1000e KCFG="-omap"
|
||||
# ipfiremake igb KCFG="-omap"
|
||||
|
||||
# arm-versatile kernel build
|
||||
ipfiremake linux KCFG="-versatile"
|
||||
# ipfiremake v4l-dvb KCFG="-versatile"
|
||||
# ipfiremake kvm-kmod KCFG="-versatile"
|
||||
# ipfiremake mISDN KCFG="-versatile"
|
||||
# ipfiremake dahdi KCFG="-versatile" KMOD=1
|
||||
ipfiremake cryptodev KCFG="-versatile"
|
||||
ipfiremake compat-wireless KCFG="-versatile"
|
||||
# ipfiremake r8169 KCFG="-versatile"
|
||||
# ipfiremake r8168 KCFG="-versatile"
|
||||
# ipfiremake r8101 KCFG="-versatile"
|
||||
# ipfiremake e1000 KCFG="-versatile"
|
||||
# ipfiremake e1000e KCFG="-versatile"
|
||||
# ipfiremake igb KCFG="-versatile"
|
||||
# arm-kirkwood kernel build
|
||||
ipfiremake linux KCFG="-kirkwood"
|
||||
# ipfiremake v4l-dvb KCFG="-kirkwood"
|
||||
|
||||
Reference in New Issue
Block a user