Browse Source

finally fix compile error

there are two namespace Package and Build and I was using the
wrong one to define Compile and Configure steps
master
Edoardo Putti 6 years ago
parent
commit
f8d87d5ccb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bundle/reverseproxy/Makefile

+ 2
- 2
bundle/reverseproxy/Makefile View File

@ -19,10 +19,10 @@ endef
Package/reverseproxy/conffiles = $(Package/nginx/conffiles)
define Package/Configure
define Build/Configure
endef
define Package/Compile
define Build/Compile
endef
define Package/reverseproxy/install


Loading…
Cancel
Save