This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, fifteen has been updated via d33aa4523bd69c06d632fa3bc8710c048a8e25dd (commit) from e2b79cd11e413ab74126a2475f7de46a331da865 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d33aa4523bd69c06d632fa3bc8710c048a8e25dd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Aug 31 15:34:49 2013 +0200
kernel: add more subsystem patches.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 7 +++++++ 1 file changed, 7 insertions(+)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 567d011..8243565 100644 --- a/lfs/linux +++ b/lfs/linux @@ -134,6 +134,13 @@ endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.9-dvbsky-wot2.patch cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/v4l-dvb_fix_tua6034_pll.patch
+ # Wlan Patches + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8.3-ath_ignore_eeprom_regdomain.patch + + # mISDN Patches + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN-hfcusb-reportl1down.patch + # Add LED trigger cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.9-ledtrig-netdev-1.patch
hooks/post-receive -- IPFire 2.x development tree