diff options
-rw-r--r-- | dev/pkg/opkg/future.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/pkg/opkg/future.mdwn b/dev/pkg/opkg/future.mdwn index 1bc3080..cf5f69c 100644 --- a/dev/pkg/opkg/future.mdwn +++ b/dev/pkg/opkg/future.mdwn @@ -75,7 +75,9 @@ couple of minor problems: 2. It pulls in a new, but small, dependency: LEDE's [libubox][lede-libubox]. Note also that the original Autoconf/Automake-based build system was -[removed][lede-opkg-at] and [replaced][lede-opkg-cm] with CMake. +[removed][lede-opkg-at] and [replaced][lede-opkg-cm] with CMake. This should +have no effect on the resulting binaries or even the `build` makefile, since it +uses `oh-autobuild`. However, it will add a build-time dependency on `cmake`. [pro-opkg-cl]: http://git.proteanos.com/pkg/opkg.git/tree/changelog [0.2.x]: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/log/?h=opkg-0.2.x |