mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6463 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
924497cbdb
commit
8f9dcd2502
@ -75,6 +75,10 @@ define Image/Build/squashfs
|
||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||
endef
|
||||
|
||||
define Image/BuildKernel
|
||||
$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
$(call Image/Build/$(1))
|
||||
$(call Image/Build/grub,$(1))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user