aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-3.10/001-cmdline_hack.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-13 11:55:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-13 11:55:32 +0000
commit0f25db1a7db557d1ab24c078ceb8ccd8183c57f0 (patch)
tree79824b17a3e35812d7053b41cf73b5d08c245c3c /target/linux/rb532/patches-3.10/001-cmdline_hack.patch
parentd34e2a337c136432c0058b5bd8b62c71a689a732 (diff)
downloadupstream-0f25db1a7db557d1ab24c078ceb8ccd8183c57f0.tar.gz
upstream-0f25db1a7db557d1ab24c078ceb8ccd8183c57f0.tar.bz2
upstream-0f25db1a7db557d1ab24c078ceb8ccd8183c57f0.zip
rb532: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43689
Diffstat (limited to 'target/linux/rb532/patches-3.10/001-cmdline_hack.patch')
-rw-r--r--target/linux/rb532/patches-3.10/001-cmdline_hack.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-3.10/001-cmdline_hack.patch b/target/linux/rb532/patches-3.10/001-cmdline_hack.patch
deleted file mode 100644
index a39da9c14a..0000000000
--- a/target/linux/rb532/patches-3.10/001-cmdline_hack.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/arch/mips/rb532/prom.c
-+++ b/arch/mips/rb532/prom.c
-@@ -67,6 +67,7 @@ static inline unsigned long tag2ul(char
- return simple_strtoul(num, 0, 10);
- }
-
-+extern char __image_cmdline[];
- void __init prom_setup_cmdline(void)
- {
- static char cmd_line[COMMAND_LINE_SIZE] __initdata;
-@@ -108,6 +109,9 @@ void __init prom_setup_cmdline(void)
- }
- *(cp++) = ' ';
-
-+ strcpy(cp,(__image_cmdline));
-+ cp += strlen(__image_cmdline);
-+
- i = strlen(arcs_cmdline);
- if (i > 0) {
- *(cp++) = ' ';
6' href='#n216'>216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309