diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 22:24:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 22:24:44 +0100 |
commit | da133cad10885ca36be26b1b043c737e295a4cd4 (patch) | |
tree | 3fb8e1189dce7188c4681144f96982d30c4511bd /package/grub | |
parent | 638c9f989542642d52859a56913ae5c2ace93e69 (diff) | |
parent | 642a45334676311b50bd2b45ae49c45f8b86c86d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
TODO
Diffstat (limited to 'package/grub')
-rw-r--r-- | package/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index 4b429c786..cfe17a227 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 1.98 PKG_RELEASE:= 1 PKG_MD5SUM:= c0bcf60e524739bb64e3a2d4e3732a59 PKG_DESCR:= GRUB2 bootloader (source package) -PKG_SECTION:= base +PKG_SECTION:= boot PKG_URL:= http://www.gnu.org/software/grub PKG_SITES:= ftp://alpha.gnu.org/gnu/grub/ |