[Runnix-commits] SF.net SVN: runnix: [70] trunk
Status: Alpha
Brought to you by:
krisk84
From: <kr...@us...> - 2007-05-15 03:44:57
|
Revision: 70 http://svn.sourceforge.net/runnix/?rev=70&view=rev Author: krisk84 Date: 2007-05-14 20:44:46 -0700 (Mon, 14 May 2007) Log Message: ----------- remove mpg123 Modified Paths: -------------- trunk/package/Config.in trunk/target/x86/syslinux/syslinux.mk Removed Paths: ------------- trunk/package/mpg123/ Modified: trunk/package/Config.in =================================================================== --- trunk/package/Config.in 2007-05-01 19:11:43 UTC (rev 69) +++ trunk/package/Config.in 2007-05-15 03:44:46 UTC (rev 70) @@ -45,7 +45,6 @@ source "package/mkdosfs/Config.in" source "package/module-init-tools/Config.in" source "package/modutils/Config.in" -source "package/mpg123/Config.in" source "package/mrouted/Config.in" source "package/msmtp/Config.in" source "package/mtd/Config.in" Modified: trunk/target/x86/syslinux/syslinux.mk =================================================================== --- trunk/target/x86/syslinux/syslinux.mk 2007-05-01 19:11:43 UTC (rev 69) +++ trunk/target/x86/syslinux/syslinux.mk 2007-05-15 03:44:46 UTC (rev 70) @@ -13,7 +13,7 @@ $(SYSLINUX_DIR)/Makefile: $(DL_DIR)/$(SYSLINUX_SOURCE) bzcat $(DL_DIR)/$(SYSLINUX_SOURCE) | tar -C $(BUILD_DIR) -xvf - - toolchain/patch-kernel.sh $(SYSLINUX_DIR) target/x86/syslinux/ \*.patch +# toolchain/patch-kernel.sh $(SYSLINUX_DIR) target/x86/syslinux/ \*.patch touch -c $(SYSLINUX_DIR)/Makefile $(SYSLINUX_DIR)/unix/syslinux: $(SYSLINUX_DIR)/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |