hubaiz / DslrDashboardServer

DslrDashboard Server for OpenWrt
GNU General Public License v3.0
159 stars 60 forks source link

make menuconfig fails #14

Closed p1ersson closed 9 years ago

p1ersson commented 9 years ago

With a fresh clone i fail to do a 'make menuconfig':

~/src/packages/DslrDashboardServer $ make menuconfig
Makefile:5: /rules.mk: No such file or directory Makefile:13: /package.mk: No such file or directory make: *\ No rule to make target `/package.mk'. Stop.

p1ersson commented 9 years ago

bah, that was tad bit short' eh? I tried make on a Linux Mint (Petra)-host.

hubaiz commented 9 years ago

Hi

For ddserver there is no 'make menuconfig'

Just 'make' that will compile ddserver

'make menuconfig' is used to configure OpenWrt when building it.

Zoltan

On Mon, Sep 7, 2015 at 4:30 PM, p1ersson notifications@github.com wrote:

bah, that was tad bit short' eh? I tried make on a Linux Mint (Petra)-host.

— Reply to this email directly or view it on GitHub https://github.com/hubaiz/DslrDashboardServer/issues/14#issuecomment-138313744 .

p1ersson commented 9 years ago

dyxlectic user