diff options
| author | Karel Kočí <cynerd@email.cz> | 2018-10-11 19:20:10 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2018-10-11 19:20:10 +0200 | 
| commit | d7dbdb3721f55cdf92d01c0c2c547b610cab5e69 (patch) | |
| tree | e0aea91a295337edffa28587798a66c50052a37b /personal-pkgs-repo/Makefile | |
| parent | 5e854bd1fa80130b58f5cde9595929166b0178eb (diff) | |
| download | openwrt-personal-pkgs-d7dbdb3721f55cdf92d01c0c2c547b610cab5e69.tar.gz openwrt-personal-pkgs-d7dbdb3721f55cdf92d01c0c2c547b610cab5e69.tar.bz2 openwrt-personal-pkgs-d7dbdb3721f55cdf92d01c0c2c547b610cab5e69.zip | |
personal-pkgs-repo: fix syntax error
Diffstat (limited to 'personal-pkgs-repo/Makefile')
| -rw-r--r-- | personal-pkgs-repo/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index cb02c69..32bc990 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -44,6 +44,7 @@ ifeq ($(CONFIG_TARGET_PROFILE),"TURRIS")  endif  ifeq ($(CONFIG_TARGET_PROFILE),"DEVICE_cznic-mox")  	BOARD:=mox +endif  define Package/$(PKG_NAME)/postinst  #!/bin/sh | 
