projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
atheros: fix up the wlan mac address if the board data is missing
[openwrt.git]
/
target
/
linux
/
rb532
/
patches-2.6.24
/
140-cmdline_hack.patch
1
--- a/arch/mips/kernel/head.S
2
+++ b/arch/mips/kernel/head.S
3
@@ -122,6 +122,10 @@
4
5
j kernel_entry
6
nop
7
+
8
+EXPORT(_image_cmdline)
9
+ .ascii "CMDLINE:"
10
+
11
#ifndef CONFIG_NO_EXCEPT_FILL
12
/*
13
* Reserved space for exception handlers.
This page took
0.039713 seconds
and
5
git commands to generate.