[kernel] r12102 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Tue Aug 19 16:17:30 UTC 2008


Author: waldi
Date: Tue Aug 19 16:17:29 2008
New Revision: 12102

Log:
debian/rules.real: Remove firmwares from image packages.


Modified:
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Tue Aug 19 16:17:29 2008
@@ -386,6 +386,8 @@
 	cp $(DIR)/.config $(PACKAGE_DIR)/boot/config-$(REAL_VERSION)
 	cp $(DIR)/System.map $(PACKAGE_DIR)/boot/System.map-$(REAL_VERSION)
 	rm $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/{build,source,modules.*}
+	# TODO: Move somewhere else
+	rm $(PACKAGE_DIR)/lib/firmware -r
 endif
 	+$(MAKE_SELF) \
 	  install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates \



More information about the Kernel-svn-changes mailing list