projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3116829
)
grub2: add missing SECTION variable and remove non breaking space
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 26 Oct 2016 15:51:44 +0000
(17:51 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 26 Oct 2016 15:53:53 +0000
(17:53 +0200)
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 <
[email protected]
>
package/boot/grub2/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/grub2/Makefile
b/package/boot/grub2/Makefile
index 4ed110e38e67ed30f609be0049c1e74d2c5ee455..02e6637c32c5cd335a8622cd1a8e16cc15ed42ba 100644
(file)
--- 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