mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
NPE microcode is stored in a separate 'microcode' partition on the NAS100d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7662 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c41e3b7d98
commit
c8097560cf
@ -11,7 +11,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
|
||||
};
|
||||
|
||||
+struct npe_ucode_platform_data nas100d_npe_ucode_data = {
|
||||
+ .mtd_partition = "sysconfig",
|
||||
+ .mtd_partition = "microcode",
|
||||
+};
|
||||
+
|
||||
+static struct platform_device nas100d_npe_ucode = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user