summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-10-26 17:51:44 +0200
committerJo-Philipp Wich <jo@mein.io>2016-10-26 17:53:53 +0200
commitf2752f4735d0bbaa6e5787e8913b5863c7002261 (patch)
tree5ee2586328142ff90cea30173773426a233402c2 /package/boot/grub2/Makefile
parent311682905edb56abd31c7ece3664910586070b91 (diff)
downloadopenwrt-f2752f4735d0bbaa6e5787e8913b5863c7002261.tar.gz
openwrt-f2752f4735d0bbaa6e5787e8913b5863c7002261.tar.bz2
openwrt-f2752f4735d0bbaa6e5787e8913b5863c7002261.zip
grub2: add missing SECTION variable and remove non breaking space
Fix metadata scan failure in the grub2 package by removing an unexpected invisible space character and by adding back the missing SECTION variable which was removed with d140648. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 4ed110e38e..02e6637c32 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -28,7 +28,8 @@ include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/grub2
-  CATEGORY:=Boot Loaders
+ CATEGORY:=Boot Loaders
+ SECTION:=boot
TITLE:=GRand Unified Bootloader
URL:=http://www.gnu.org/software/grub/
DEPENDS:=@TARGET_x86||TARGET_x86_64