summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-12 02:02:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-12 02:02:58 +0000
commit75aa30ada882353a8477ac83a609d4012726c540 (patch)
treea9007f11ef59f23ec761997f6092a6f517aaa501 /target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch
parentfc80a0718439b330f4405d9875e936e2c783f43c (diff)
downloadmaster-31e0f0ae-75aa30ada882353a8477ac83a609d4012726c540.tar.gz
master-31e0f0ae-75aa30ada882353a8477ac83a609d4012726c540.tar.bz2
master-31e0f0ae-75aa30ada882353a8477ac83a609d4012726c540.zip
nuke most of the old ixp4xx patchsets
SVN-Revision: 11778
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch b/target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch
deleted file mode 100644
index 53cad0dc84..0000000000
--- a/target/linux/ixp4xx/patches-2.6.24/201-npe_driver_print_license_location.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: linux-2.6.24.7/arch/arm/mach-ixp4xx/ixp4xx_npe.c
-===================================================================
---- linux-2.6.24.7.orig/arch/arm/mach-ixp4xx/ixp4xx_npe.c
-+++ linux-2.6.24.7/arch/arm/mach-ixp4xx/ixp4xx_npe.c
-@@ -588,6 +588,8 @@ int npe_load_firmware(struct npe *npe, c
- npe_reset(npe);
- #endif
-
-+ print_npe(KERN_INFO, npe, "firmware's license can be found in /usr/share/doc/LICENSE.IPL\n");
-+
- print_npe(KERN_INFO, npe, "firmware functionality 0x%X, "
- "revision 0x%X:%X\n", (image->id >> 16) & 0xFF,
- (image->id >> 8) & 0xFF, image->id & 0xFF);