ixp4xx: add kernel 2.6.35 preliminary support
[openwrt.git] / target / linux / ixp4xx / patches-2.6.35 / 201-npe_driver_print_license_location.patch
diff --git a/target/linux/ixp4xx/patches-2.6.35/201-npe_driver_print_license_location.patch b/target/linux/ixp4xx/patches-2.6.35/201-npe_driver_print_license_location.patch
new file mode 100644 (file)
index 0000000..b97dd77
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/arch/arm/mach-ixp4xx/ixp4xx_npe.c
++++ b/arch/arm/mach-ixp4xx/ixp4xx_npe.c
+@@ -583,6 +583,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);
This page took 0.024432 seconds and 4 git commands to generate.