aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-29 01:06:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-29 01:06:14 +0000
commit6787b4085e9ed302fb67c9b3879f85542e55713c (patch)
tree0bc675730c6e52c272a33251cdc65eac6bcdd317 /target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch
parent85f7e435a732b2db79b6b401c3d32942b851979a (diff)
downloadupstream-6787b4085e9ed302fb67c9b3879f85542e55713c.tar.gz
upstream-6787b4085e9ed302fb67c9b3879f85542e55713c.tar.bz2
upstream-6787b4085e9ed302fb67c9b3879f85542e55713c.zip
ixp4xx: remove 2.6.25 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch b/target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch
deleted file mode 100644
index a4c031aca1..0000000000
--- a/target/linux/ixp4xx/patches-2.6.25/201-npe_driver_print_license_location.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/arm/mach-ixp4xx/ixp4xx_npe.c
-+++ b/arch/arm/mach-ixp4xx/ixp4xx_npe.c
-@@ -592,6 +592,8 @@
- 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);