[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kfreebsd-8 (8.1+dfsg-6) and fxp driver



Where can I get it deb package and not the files for installation. Of course
I can copy and build it separately, but would like a more normal and
transparent solutions.

Do you plan to create a separate package type as the Debian GNU / linuh
firmware-linux-nonfree - generally something like that? If I understand the
situation.

For more info see
http://bugs.debian.org//cgi-bin/bugreport.cgi?bug=594940

Help is welcome.

The possible solution might also be to build whole kernel
from unpruned sources similarly as in kfreebsd-8, but without 999_firmware.diff applied. And package only additional modules.
But unfortunately not all files are even distributable :-(

Petr

$ svn diff kfreebsd-8

Index: kfreebsd-8/debian/patches/series
===================================================================
--- kfreebsd-8/debian/patches/series    (revision 3202)
+++ kfreebsd-8/debian/patches/series    (working copy)
@@ -34,4 +34,4 @@
 918_delete_key.diff
 950_no_stack_protector.diff
 999_config.diff
-999_firmware.diff
+#999_firmware.diff
Index: kfreebsd-8/debian/rules
===================================================================
--- kfreebsd-8/debian/rules     (revision 3202)
+++ kfreebsd-8/debian/rules     (working copy)
@@ -40,7 +40,7 @@
        for i in sys usr.sbin/config ; do \
                svn export $(SVN)/$$i $(ORIG_DIR)/$$i ; \
        done
-       cd $(ORIG_DIR) && $(CURDIR)/debian/prune.sh
+#      cd $(ORIG_DIR) && $(CURDIR)/debian/prune.sh
        tar --numeric-owner --owner 0 --group 0 -czf ../$(ORIG_TAR) $(ORIG_DIR)
        rm -rf $(ORIG_DIR)



Reply to: