diff options
Diffstat (limited to 'recipes/rt2x00/rt3070_2.1.1.0.bb')
-rw-r--r-- | recipes/rt2x00/rt3070_2.1.1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rt2x00/rt3070_2.1.1.0.bb b/recipes/rt2x00/rt3070_2.1.1.0.bb index 46b26cd3e4..385c34ed5c 100644 --- a/recipes/rt2x00/rt3070_2.1.1.0.bb +++ b/recipes/rt2x00/rt3070_2.1.1.0.bb @@ -6,8 +6,8 @@ PR = "r2" inherit module SRC_URI = "http://www.ralinktech.com.tw/data/drivers/2009_0525_RT3070_Linux_STA_v${PV}.tar.bz2 \ - file://makefile.patch;patch=1 \ - file://config.patch;patch=1 \ + file://makefile.patch;apply=yes \ + file://config.patch;apply=yes \ " EXTRA_OEMAKE = "LINUX_SRC=${STAGING_KERNEL_DIR}" |