[kernel] r10963 - in dists/trunk/linux-2.6/debian: . config/featureset-xen

Bastian Blank waldi at alioth.debian.org
Sun Mar 23 21:20:10 UTC 2008


Author: waldi
Date: Sun Mar 23 21:20:09 2008
New Revision: 10963

Log:
* debian/config/featureset-xen/config: Disable further options.
* debian/rules.real: Use provided vmlinuz target.


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

Modified: dists/trunk/linux-2.6/debian/config/featureset-xen/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/featureset-xen/config	(original)
+++ dists/trunk/linux-2.6/debian/config/featureset-xen/config	Sun Mar 23 21:20:09 2008
@@ -1,4 +1,5 @@
 CONFIG_XEN=y
+CONFIG_XENCTRL=y
 CONFIG_XEN_BLKDEV_FRONTEND=y
 CONFIG_HVC_XEN=y
 CONFIG_XEN_NETDEV_FRONTEND=y
@@ -16,4 +17,25 @@
 # CONFIG_PARIDE is not set
 # CONFIG_CDROM_PKTCDVD is not set
 # CONFIG_IDE is not set
-
+# CONFIG_SOUND is not set
+# CONFIG_NL80211 is not set
+# CONFIG_MAC80211 is not set
+# CONFIG_IEEE80211 is not set
+# CONFIG_RFKILL is not set
+# CONFIG_ISDN is not set
+# CONFIG_INPUT is not set
+# CONFIG_SERIO is not set
+# CONFIG_I2C is not set
+# CONFIG_W1 is not set
+# CONFIG_HWMON is not set
+# CONFIG_VIDEO_DEV is not set
+# CONFIG_DVB_CORE is not set
+# CONFIG_DAB is not set
+# CONFIG_MTD is not set
+# CONFIG_SPI is not set
+# CONFIG_USB_SUPPORT is not set
+# CONFIG_MMC is not set
+# CONFIG_WLAN_PRE80211 is not set
+# CONFIG_WLAN_80211 is not set
+# CONFIG_ATA is not set
+# CONFIG_WAN is not set

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	Sun Mar 23 21:20:09 2008
@@ -471,12 +471,7 @@
 	dh_clean -d -k
 	dh_installdirs -p$(PACKAGE_NAME) boot 'var/lib/$(PACKAGE_NAME)'
 	dh_installdirs -p$(MODULES_PACKAGE_NAME) boot
-ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
-	$(DEB_HOST_GNU_TYPE)-objcopy -g --strip-unneeded $(DIR)/vmlinux $(DIR)/vmlinux-stripped
-else
-	objcopy -g --strip-unneeded $(DIR)/vmlinux $(DIR)/vmlinux-stripped
-endif
-	gzip -c -9 $(DIR)/vmlinux-stripped > $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
+	cp '$(DIR)'/arch/$(KERNEL_ARCH)/boot/vmlinuz $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
 	$(MAKE_CLEAN) -C $(DIR) modules_install INSTALL_MOD_PATH='$(CURDIR)'/$(MODULES_PACKAGE_DIR)
 	cp $(DIR)/.config $(MODULES_PACKAGE_DIR)/boot/config-$(REAL_VERSION)
 	cp $(DIR)/System.map $(MODULES_PACKAGE_DIR)/boot/System.map-$(REAL_VERSION)



More information about the Kernel-svn-changes mailing list