diff options
Diffstat (limited to 'recipes/opkg/opkg.inc')
-rw-r--r-- | recipes/opkg/opkg.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index bfa1427bc7..1149b723f7 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -10,8 +10,8 @@ INC_PR = "r21" FILESPATHPKG =. "opkg:" SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ - file://opkg_unarchive.patch;apply=yes;maxrev=201 \ - file://opkg-intercept-cleanup.patch;apply=yes;maxrev=241 \ + file://opkg_unarchive.patch;maxrev=201 \ + file://opkg-intercept-cleanup.patch;maxrev=241 \ " SRC_URI += "file://configure" |