Update of /cvsroot/leaf/src/bering-uclibc4/source/busybox
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22478

Modified Files:
        .config buildtool.cfg buildtool.mk 
Log Message:
Added possibility to specify different behaviors for modalias (clasical 
'load first matched' appended by 'load longest alias' and 'load alias with
longest non-wildcard prefix'


Index: .config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/busybox/.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .config     18 Jun 2010 13:48:15 -0000      1.3
--- .config     9 Jul 2010 22:40:12 -0000       1.4
***************
*** 2,6 ****
  # Automatically generated make config: don't edit
  # Busybox version: 1.15.3
! # Fri Jun 18 16:28:31 2010
  #
  CONFIG_HAVE_DOT_CONFIG=y
--- 2,6 ----
  # Automatically generated make config: don't edit
  # Busybox version: 1.15.3
! # Fri Jul  9 23:47:31 2010
  #
  CONFIG_HAVE_DOT_CONFIG=y
***************
*** 442,445 ****
--- 442,448 ----
  CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE=y
  CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED=y
+ # CONFIG_FEATURE_MODPROBE_SMALL_LOAD_FIRST_ALIAS is not set
+ # CONFIG_FEATURE_MODPROBE_SMALL_LOAD_LONGEST_ALIAS is not set
+ CONFIG_FEATURE_MODPROBE_SMALL_LOAD_ALIAS_WITH_LONGEST_PREFIX=y
  # CONFIG_INSMOD is not set
  # CONFIG_RMMOD is not set

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/busybox/buildtool.cfg,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** buildtool.cfg       26 Apr 2010 09:03:12 -0000      1.1.1.1
--- buildtool.cfg       9 Jul 2010 22:40:12 -0000       1.2
***************
*** 26,29 ****
--- 26,36 ----
  </File>
  
+ <File modprobe_alias_behaviors.patch>
+       Server = cvs4-sourceforge
+       envname = BUSYBOX_PATCH3
+       directory = busybox
+       revision = HEAD
+ </File>
+ 
  #<File busybox-diff.patch>
  #     Server = cvs-sourceforge

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/busybox/buildtool.mk,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** buildtool.mk        26 Apr 2010 09:03:12 -0000      1.1.1.1
--- buildtool.mk        9 Jul 2010 22:40:12 -0000       1.2
***************
*** 18,22 ****
        cat $(BUSYBOX_PATCH1) | patch -d $(BUSYBOX_DIR) -p1
        cat $(BUSYBOX_PATCH2) | patch -d $(BUSYBOX_DIR) -p1
! #     cat $(BUSYBOX_PATCH3) | patch -d $(BUSYBOX_DIR) -p1
        touch $(BUSYBOX_DIR)/.source
        
--- 18,22 ----
        cat $(BUSYBOX_PATCH1) | patch -d $(BUSYBOX_DIR) -p1
        cat $(BUSYBOX_PATCH2) | patch -d $(BUSYBOX_DIR) -p1
!       cat $(BUSYBOX_PATCH3) | patch -d $(BUSYBOX_DIR) -p1
        touch $(BUSYBOX_DIR)/.source
        


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to