]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
backports: rpi need smsc mac parameter patch too.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 20 Jan 2015 08:08:39 +0000 (09:08 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 20 Jan 2015 08:08:39 +0000 (09:08 +0100)
lfs/backports

index 81772eb6e76a6719cdb8dcbefcc874929aeb9c2c..0eebe818db76d2fdfb745ae1136043bc7a2e3971 100644 (file)
@@ -92,10 +92,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/backports-3.18.1-1_add_libertas_uap.patch
 
+       # smsc mac address patch for pandaboard and raspberry pi
 ifeq "$(KCFG)" "-multi"
-       # smsc mac address patch for pandaboard
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10-smsc95xx-add_mac_addr_param.patch
 endif
+ifeq "$(KCFG)" "-rpi"
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10-smsc95xx-add_mac_addr_param.patch
+endif
+
        # generate config
        cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX)/ allmodconfig