]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: Remove unnecessary symlinks.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Jul 2014 12:18:51 +0000 (14:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Jul 2014 12:18:51 +0000 (14:18 +0200)
config/rootfiles/common/armv5tel/linux-kirkwood
config/rootfiles/common/armv5tel/linux-multi
config/rootfiles/common/armv5tel/linux-rpi
config/rootfiles/common/i586/linux
config/rootfiles/packages/linux-pae
lfs/linux

index 4880b60ffe7a6bd4f18da36d5b0cee16cd14f7be..bccf0fa77ba06644047690bb39b851f8e14e2cdb 100644 (file)
@@ -1,5 +1,4 @@
 boot/System.map-KVER-ipfire-kirkwood
-#boot/System.map-ipfire-kirkwood
 boot/config-KVER-ipfire-kirkwood
 boot/dtb-KVER-ipfire-kirkwood
 #boot/dtb-KVER-ipfire-kirkwood/kirkwood-cloudbox.dtb
index 3c20c523634f8b7bdbd6ce1f38f90ccf4d0b2b09..abc9e2454c9fc16c6dc6b8627190a119a09b3c1f 100644 (file)
@@ -1,5 +1,4 @@
 boot/System.map-KVER-ipfire-multi
-#boot/System.map-ipfire-multi
 boot/config-KVER-ipfire-multi
 boot/dtb-KVER-ipfire-multi
 #boot/dtb-KVER-ipfire-multi/am335x-bone.dtb
index 01f9312ee890ec7b24675bad898ca674b8bd95e9..c10b51cf6ba7336157dee58158e958bbbd86a779 100644 (file)
@@ -1,5 +1,4 @@
 boot/System.map-KVER-ipfire-rpi
-#boot/System.map-ipfire-rpi
 boot/config-KVER-ipfire-rpi
 boot/kernel.img
 boot/vmlinuz-KVER-ipfire-rpi
index 99dd4202d46a994cf6b7b7d4791ab5af5531af40..f005024e214e20b6c0f4593560cde3989bff1003 100644 (file)
@@ -1,8 +1,6 @@
 boot/System.map-KVER-ipfire
-boot/System.map-ipfire
 boot/config-KVER-ipfire
 boot/vmlinuz-KVER-ipfire
-boot/vmlinuz-ipfire
 etc/modprobe.d/framebuffer.conf
 etc/modprobe.d/ipv6.conf
 etc/modprobe.d/isdn.conf
index 9b198c2bdfbae9a082f2d3ef3455fb15abd8b6fd..8227faaf7197cccdf14776bc8125e332ba8bf15c 100644 (file)
@@ -1,8 +1,6 @@
 boot/System.map-KVER-ipfire-pae
-boot/System.map-ipfire-pae
 boot/config-KVER-ipfire-pae
 boot/vmlinuz-KVER-ipfire-pae
-boot/vmlinuz-ipfire-pae
 #lib/modules
 lib/modules/KVER-ipfire-pae
 #lib/modules/KVER-ipfire-pae/build
index 6beb75c5707b21e7fc50057d66929e7cd3958dad..e62cecd751c9bd9e9e271c2ed5f2a380cc7a8fb3 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -277,13 +277,11 @@ ifeq "$(KCFG)" "-rpi"
 else
        cd $(DIR_APP) && make $(MAKETUNING) bzImage modules
        cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
-       ln -sf vmlinuz-$(VER)-$(VERSUFIX) /boot/vmlinuz-$(VERSUFIX)
 endif
 endif
 endif
        cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX)
        cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX)
-       ln -sf System.map-$(VER)-$(VERSUFIX) /boot/System.map-$(VERSUFIX)
        cd $(DIR_APP) && make $(MAKETUNING) modules_install
        cd $(DIR_APP) && make $(MAKETUNING) firmware_install