Hello,

I'm trying to patch one of the core OpenWRT packages (package/ead) using
instructions on the wiki page [1] but I get the following error on the
"update" step (moving the new patch file over to the buildroot):

  $ make package/ead/update V=99
  WARNING: your configuration is out of sync. Please run make menuconfig,
oldconfig or defconfig!
  make[1]: Entering directory `/home/dmitry/tmp/workdir'
  make[2]: Entering directory `/home/dmitry/tmp/workdir/package/ead'
  make[2]: *** No rule to make target `update'.  Stop.
  make[2]: Leaving directory `/home/dmitry/tmp/workdir/package/ead'
  make[1]: *** [package/ead/update] Error 2
  make[1]: Leaving directory `/home/dmitry/tmp/workdir'
  make: *** [package/ead/update] Error 2

Looks like the "update" target wasn't generated for some reason. I also
tried to run it with QUILT=1:

  $ make package/ead/update V=99 QUILT=1
  WARNING: your configuration is out of sync. Please run make menuconfig,
oldconfig or defconfig!
  make[1]: Entering directory `/home/dmitry.trisquel/tmp/workdir/librewrt'
  make[2]: Entering directory
`/home/dmitry.trisquel/tmp/workdir/librewrt/package/ead'
  The source directory was not unpacked using quilt. Please rebuild with
QUILT=1
  make[2]: *** [quilt-check] Error 1
  make[2]: Leaving directory
`/home/dmitry.trisquel/tmp/workdir/librewrt/package/ead'
  make[1]: *** [package/ead/update] Error 2
  make[1]: Leaving directory `/home/dmitry.trisquel/tmp/workdir/librewrt'
  make: *** [package/ead/update] Error 2

Is it because of me doing something wrong of maybe the docs are outdated
(or too new)? (I am using a somewhat old source tree from the autumn of
2011.)

Thanks in advance for any help!

[1] http://wiki.openwrt.org/doc/devel/patches

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to