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, next has been updated via e039df8613b4f51b58ca249998ef66fc7bb76758 (commit) from a760a5cfa96c9f383bf3244e07a34d13f97cbc63 (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 e039df8613b4f51b58ca249998ef66fc7bb76758 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Feb 10 08:36:17 2016 +0100
backports: remove all old media modules.
more modules are renamed or merged into other modules.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/backports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/lfs/backports b/lfs/backports index bbaef2c..39fa9b2 100644 --- a/lfs/backports +++ b/lfs/backports @@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# remove replaced kernel modules rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko - rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/media/platform + rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/media
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/backports-3.18.1-1-ipfire-build.patch
hooks/post-receive -- IPFire 2.x development tree