X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=rules.mk;h=f8c6f6d39a684d7bd2c1ae93cc87a671e27fd898;hb=40724cfc712e6155a2b2ff76f8935d0088e63444;hp=d403260ddb5cd3de0b762df0366ce816c6f23489;hpb=6ea5ea7c86437ed9add589d3c7c121197532e14b;p=openwrt-10.03%2F.git diff --git a/rules.mk b/rules.mk index d403260dd..f8c6f6d39 100644 --- a/rules.mk +++ b/rules.mk @@ -1,6 +1,6 @@ include $(TOPDIR)/.config MAKE1=make -MAKE=make -j$(BR2_JLEVEL) +MAKEFLAGS=-j$(BR2_JLEVEL) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) @@ -69,7 +69,7 @@ TARGET_CC:=$(TARGET_CROSS)gcc STRIP:=$(STAGING_DIR)/bin/sstrip PATCH=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR)/bin/sed -i -e -LINUX_VERSION=2.4.29 +LINUX_VERSION=2.4.30 LINUX_DIR:=$(BUILD_DIR)/linux LINUX_HEADERS_DIR:=$(TOOL_BUILD_DIR)/linux LINUX_KERNEL:=$(BUILD_DIR)/buildroot-kernel @@ -122,3 +122,6 @@ IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root # where to build (and put) .ipk packages IPKG_TARGET_DIR := $(PACKAGE_DIR) +RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh +RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh +