diff options
author | Artur Artamonov <freeartman@wechall.net> | 2013-08-21 16:52:55 +0300 |
---|---|---|
committer | Artur Artamonov <freeartman@wechall.net> | 2013-08-21 16:52:55 +0300 |
commit | d4bc867ac3afd260e4256e1463b273083769a363 (patch) | |
tree | 81c868f33d397d9b61de9ef00c8303fecc9195ca /target/linux/realtek/Makefile | |
parent | 2789830761da86a4537ab198203138c082b3058e (diff) | |
parent | 6e8428d78c98c653f625aa0839437359306f99db (diff) |
Merge branch 'realtek-unstable' of git://213.175.90.206/openwrt-realtek into realtek-unstable
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 436cfac90..75fa9f446 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -21,14 +21,6 @@ DEFAULT_PACKAGES += librtk-inband hostapd-rtk wpa-supplicant-rtk kmod-gpio_rtl81 -define Kernel/CompileImage/Default - $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init) - +$(MAKE) $(KERNEL_MAKEOPTS) $(KERNELNAME) - $(MAKE) $(KERNEL_MAKEOPTS) -C rtkload - $(KERNEL_CROSS)objcopy -O binary $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(LINUX_KERNEL) - $(KERNEL_CROSS)objcopy $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(KERNEL_BUILD_DIR)/vmlinux.elf -endef - $(eval $(call BuildTarget)) |