mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[kernel] fix MIPS prom emulator patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13635 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
+#ifdef CONFIG_PROM_EMU
|
||||
+EXPORT(prom_emu_argv)
|
||||
+ .dw 0
|
||||
+ .dw prom_emu_cmdline
|
||||
+ .word 0
|
||||
+ .word prom_emu_cmdline
|
||||
+ .ascii "CMDLINE:"
|
||||
+EXPORT(prom_emu_cmdline)
|
||||
+ .fill 0x400
|
||||
|
||||
Reference in New Issue
Block a user