]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed linux from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:51 +0000 (20:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:51 +0000 (20:40 +0200)
lfs/linux

index 22b98b14749e82059884b52f27a760df9d8f5396..74e732c13b9de541d566305ce4be92af21686521 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -106,7 +106,6 @@ ifeq "$(STAGE)" "base"
 endif
 
 ifeq "$(STAGE)" "ipfire"
-       
        cd $(DIR_APP) && make mrproper
 
        if [ "$(IFS_ARCH)" == "i586" ]; then \
@@ -148,28 +147,5 @@ ifeq "$(STAGE)" "ipfire"
        -mkdir -pv /lib/modules/$(KVER)/extra
 endif
 
-ifeq "$(STAGE)" "installer"
-       -mkdir -pv $(UCLIBC_SYSROOT_DIR)/usr/include
-       cd $(DIR_APP) && make mrproper
-       cd $(DIR_APP) && make ARCH=x86 headers_check
-       cd $(DIR_APP) && make ARCH=x86 INSTALL_HDR_PATH=dest headers_install
-       cd $(DIR_APP) && cp -rv dest/include/* $(UCLIBC_SYSROOT_DIR)/usr/include
-
-       -mkdir -p $(INSTALLER_DIR)/lib/modules/$(KVER)
-       cp -avf /lib/modules/$(KVER)/{extra,kernel} $(INSTALLER_DIR)/lib/modules/$(KVER)/
-       
-       cd $(INSTALLER_DIR)/lib/modules/$(KVER)/kernel && \
-               rm -rf \
-                       arch \
-                       crypto \
-                       drivers/{crypto,hwmon,i2c,leds,media,parport,power,rtc,w1} \
-                       drivers/net/ppp* \
-                       fs/{cifs,configfs,fuse,lockd,nfs*,ntfs,smbfs} \
-                       net \
-                       sound
-
-       depmod -a -b $(INSTALLER_DIR) $(KVER)
-endif
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)