]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- added full_initrd bcond
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Mar 2009 13:34:47 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox.spec -> 1.157

busybox.spec

index a385ba613ed45e2b2f293692b1a230c19c1fb132..17d30cdd4f31c58407e424c04dd0421585af168d 100644 (file)
@@ -22,6 +22,7 @@
 #
 %bcond_without static          # don't build static version
 %bcond_without initrd          # don't build initrd version
+%bcond_with    full_initrd     # build full featured initrd version
 %bcond_with    dietlibc        # build dietlibc-based initrd version
 %bcond_with    glibc           # build glibc-based initrd version
 %bcond_with    verbose
@@ -165,7 +166,11 @@ Statycznie skonsolidowany busybox dla initrd.
 %build
 install -d built
 %if %{with initrd}
+%if %{with full_initrd}
+install %{SOURCE1} .config
+%else
 install %{SOURCE2} .config
+%endif
 %{__make} oldconfig
 %{__make} \
        %{?with_verbose:V=1} \
This page took 0.319861 seconds and 4 git commands to generate.