mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mtd: use broadcom specific code on linux 2.6 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12651 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d66671abc4
commit
5e59709c03
@ -46,6 +46,10 @@
|
||||
#include "mtd-api.h"
|
||||
#include "mtd.h"
|
||||
|
||||
#ifdef target_brcm47xx
|
||||
#define target_brcm 1
|
||||
#endif
|
||||
|
||||
#define TRX_MAGIC 0x30524448 /* "HDR0" */
|
||||
#define MAX_ARGS 8
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user