* debian/changelog: Update.

* debian/rules.real: Add mkvmlinuz support for powerpc.

svn path=/dists/trunk/linux-2.6/; revision=8602
This commit is contained in:
Bastian Blank 2007-05-18 12:46:35 +00:00
parent bb4ebf209c
commit 9645720f45
2 changed files with 13 additions and 2 deletions

5
debian/changelog vendored
View File

@ -11,7 +11,10 @@ linux-2.6 (2.6.21-3) UNRELEASED; urgency=low
defining them is certainly a better option for getting user feedback
than disabling the affected drivers.
-- Steve Langasek <vorlon@debian.org> Thu, 17 May 2007 15:53:31 -0700
[ Bastian Blank ]
* [powerpc] Readd mkvmlinuz support.
-- Bastian Blank <waldi@debian.org> Fri, 18 May 2007 14:45:32 +0200
linux-2.6 (2.6.21-1) unstable; urgency=low

10
debian/rules.real vendored
View File

@ -403,7 +403,7 @@ install-image-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-plain:
dh_installdirs 'boot'
$(MAKE) -f debian/rules.real \
install-image-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-plain_image \
DIR='$(DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
DIR='$(DIR)' PACKAGE_DIR='$(PACKAGE_DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
ifeq ($(MODULES),True)
cd $(DIR); $(setup_env) make modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR)
cp $(DIR)/.config $(PACKAGE_DIR)/boot/config-$(REAL_VERSION)
@ -427,6 +427,14 @@ install-image-m68k-$(SUBARCH)-$(FLAVOUR)-plain_image:
install-image-powerpc-$(SUBARCH)-$(FLAVOUR)-plain_image:
install -m644 '$(DIR)/vmlinux' $(INSTALL_DIR)/vmlinux-$(REAL_VERSION)
ifeq ($(KERNEL_ARCH),ppc)
# TODO: GNA
$(setup_env) make -C '$(DIR)/arch/ppc/boot' mkvmlinuz_support_install \
INSTALL_MKVMLINUZ=$(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
else
$(setup_env) make -C '$(DIR)' mkvmlinuz_support_install \
INSTALL_MKVMLINUZ=$(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
endif
install-image-s390-$(SUBARCH)-$(FLAVOUR)-plain_image:
cp '$(DIR)/arch/s390/boot/image' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)