diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 03:19:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 03:19:07 +0000 |
commit | a1d7a399e41e4848f3f31db96d9e885785c21cd3 (patch) | |
tree | 54e07839c6db3e2fa87788b2bc6e46e5a39ba501 /target/linux/x86/image/Makefile | |
parent | 68ceff0c36e5494cb42ccf1b7c3cd9466cc6031e (diff) | |
download | master-187ad058-a1d7a399e41e4848f3f31db96d9e885785c21cd3.tar.gz master-187ad058-a1d7a399e41e4848f3f31db96d9e885785c21cd3.tar.bz2 master-187ad058-a1d7a399e41e4848f3f31db96d9e885785c21cd3.zip |
move grub to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r-- | target/linux/x86/image/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index d470fe1c5f..095d40240b 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -14,14 +14,6 @@ ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART))) ifeq ($(CONFIG_X86_GRUB_IMAGES),y) - define Build/Compile - $(MAKE) -C grub compile - endef - - define Build/Clean - $(MAKE) -C grub clean - endef - define Image/cmdline/squashfs block2mtd.block2mtd=$(ROOTPART),65536,rootfs root=/dev/mtdblock0 rootfstype=squashfs init=/etc/preinit endef |